Re: i18n usage when new window opened.

2006-07-05 Thread Paul Benedict
Some things to consider: 1) Is the calendar popup using Struts to create the calendar? Is it a 3rd party tag library or something? This would affect getting the Struts locale, if it is not aware of it. 2) If popping up a window loses the session, then consider the session never existed. Someti

i18n usage when new window opened.

2006-07-05 Thread Sharon Jolly
Hi, There is a requirement in my application where i need to open a calendar popup from a link. The application that i am taking about here is a J2EE application where struts is being used which i18n complaint. The session object holds the locale information and that is what is used to determi