ActionForm creation struts 1.1

2004-06-08 Thread Niall Lynch
HI All, I have an action form with two beans as member vairables. When the form is being ceated calls are made to the getter methods of the two beans in the form. What is making the calls to the getter methods? I can't see anything in the RequestUtils class that indicates a call is being made to t

Hi all,

2004-03-29 Thread Niall Lynch
Hi all, I'm having a problem with the i18n:bundle tag. I set the locale on the session in an action based on a user selection: request.getsession().setAttribute(Action.LOCALE_KEY, userLocale); where userLocale is a Locale object representing the value selected by the user. In my JSP I set the

i18n:bundle tag not picking up correct locale

2004-03-29 Thread Niall Lynch
Hi all, (Proper subject this time, apologies) I'm having a problem with the i18n:bundle tag. I set the locale on the session in an action based on a user selection: request.getsession().setAttribute(Action.LOCALE_KEY, userLocale); where userLocale is a Locale object representing the value sel