You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In files patterned sch*Chart i have problem translating these three or four files.
There is mixed jsp and javascript in these files for cuple variables.
For example in schAdhByRouteChart in line 55 there is:
String chartSubtitle = allowableEarly + " min early to "
+ allowableLate + " min late "
I want to translate string "min early to" to fmt.
I made c:set wrapped with this a fmt message. I tried using jsp in javascript but don't have idea how to translate this string.
Normally i am using
But jsp compiler writes that variable is not defined.
I am thinking also of creating different jsp project just for testing this issue in order to not compile for 10 minutes entire transitime to see the results.
How can i pass fmt message to that variable?
The text was updated successfully, but these errors were encountered:
When you have made the api and the webapp into web projects you will be able to right click on the tomcat server (in the server tab) in eclipse and add them as modules and they will auto deploy when you make changes.
In files patterned sch*Chart i have problem translating these three or four files.
There is mixed jsp and javascript in these files for cuple variables.
For example in schAdhByRouteChart in line 55 there is:
I want to translate string "min early to" to fmt.
I made c:set wrapped with this a fmt message. I tried using jsp in javascript but don't have idea how to translate this string.
Normally i am using
But jsp compiler writes that variable is not defined.
I am thinking also of creating different jsp project just for testing this issue in order to not compile for 10 minutes entire transitime to see the results.
How can i pass fmt message to that variable?
The text was updated successfully, but these errors were encountered: