Calendar component and english name of months
Hi,
I'm developing application in JSC and using calendar component. Where can I make a modification to get english name of months on the website under the calendar component ? I was trying to set TimeZone:
pgmEffDateF.setTimeZone(TimeZone.getTimeZone("America/Los_Angeles"));
but it doesn't work.
The second problem I have is with dropdown list component. During validation the form remembers typed data for all fields except the dropdown list, the selected elemnt after validation is the first one in the list. How can I resolve this problem ?
Thanks
[590 byte] By [
owcz@ra] at [2007-11-27 4:17:59]

# 1
For question #1 see http://developers.sun.com/jscreator/learning/tutorials/2/internationalizingapps .htm
For question #2, you are doing something wrong. Do you have a message group component in the page to catch runtime errors? To learn how to use the Drop Down list component, see:
http://developers.sun.com/jscreator/learning/tutorials/2/helloweb.html
http://blogs.sun.com/divas/entry/coordinated_drop_down_lists
http://developers.sun.com/jscreator/learning/tutorials/2/databoundcomponents.ht ml
http://developers.sun.com/jscreator/learning/tutorials/2/listbox_components.htm l
http://developers.sun.com/jscreator/learning/tutorials/2/inserts_updates_delete s.html
http://developers.sun.com/jscreator/learning/tutorials/2/about_components.html