Re: Locale-specific ActionForm population

2005-04-05 Thread Bernd Hofner
Hello Hubert, thanks for your reply, I'll have a look at your link. >possible solutions to your problem using the approach you're following Is there another approach? Do people specify there ActionForm fields as string and do the locale specific parsing when copying the ActionForm fields to their m

Re: Locale-specific ActionForm population

2005-04-04 Thread Hubert Rabago
I don't have time right now to investigate the possible solutions to your problem using the approach you're following. I just wanted to point out that FormDef might be able to help you out depending on how you're using your action form. http://www.rabago.net/struts/formdef/manual.htm#specifyingfo

Locale-specific ActionForm population

2005-04-03 Thread Bernd Hofner
Is there a way to persuade Struts to use the default Locale to populate ActionForms? Tracing the code I saw the the RequestProcessors processPopulate() method ends up using the setProperty() methods of the BeanUtil class. This one is not using the Xy-Format classes to parse HTTP form entries,