RE: struts 2.1.5 type conversion error

2009-08-16 Thread Sandy.Verfaille
Martin, Then why are there validator xmls in which you can say what type your input should be? Shall I give all my int variables in my class a String-setter? Thx for the answer, Sandy -Oorspronkelijk bericht- Van: Martin Gainty [mailto:mgai...@hotmail.com] Verzonden: donderdag 13 au

Re: Re : Re : Re : Re : Struts2 + I18N

2009-08-16 Thread Dale Newfield
Zoran Avtarovski wrote: For what it¹s worth, the I18n and the execandwait areas are the two areas I find that S2 falls down the most. Do you have any specific suggestions for how execandwait should work? -Dale - To unsubscrib

Re : Re : Re : Re : Re : Struts2 + I18N

2009-08-16 Thread Julien HENRY
Hi Zoran, Thank you for your suggestion but I have finally managed to have eveything working with only the trick of adding an empty file for the defaut language. I also have the language selected according to user browser settings. The only issue is that the browser locale is stored in the sessi

Re: Re : Re : Re : Re : Struts2 + I18N

2009-08-16 Thread Zoran Avtarovski
Hi Julien, I¹m not sure of it¹s too late for you, but what we did was cheat and added a simple interceptor to the stack which set the default struts locale to whatever you need. It was trivial piece of code and then everything worked as expected. For what it¹s worth, the I18n and the execandwait

Re: URL Mappings

2009-08-16 Thread Robin Mannering
Thanks for all the feedback on this post! Having seen the post from Martin regarding I've now also seen the equivalent declaration in struts.properties : struts.action.extension=action But most probably know that I guess. Thanks also for the heads up on the deprecated org.apache.struts2.di