Re: RE [S2] How to have validation message using localization ?

2007-04-19 Thread MLENEVEUT
, which does not say anything to the user :) Could someone tells me how to do ? Thanks a lot ! Regards, Michaël. -- View this message in context: http://www.nabble.com/-S2--How-to-have-validation-message-using-localization---tf3599220.html#a10063744 Sent from the Struts - User

Re: RE [S2] How to have validation message using localization ?

2007-04-19 Thread MK Tan
do u have a property named loginInput in package.properties? IIRC, if struts / webwork can't find the appropriate property, it will display the key as output HTH Best regards, MK Tan On 4/19/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Anyone ? :( Michaël Hi all, With Struts

[S2] How to have validation message using localization ?

2007-04-18 Thread MLENEVEUT
Hi all, With Struts 2.0.6, I try to have validation message with localization. For example, I have a login form, with a loginInput input text : s:form action=login validate=true theme=xhtml s:textfield label=%{getText('login.login')} name=loginInput/ /s:form I have a validation on it :

RE [S2] How to have validation message using localization ?

2007-04-18 Thread MLENEVEUT
Anyone ? :( Michaël Hi all, With Struts 2.0.6, I try to have validation message with localization. For example, I have a login form, with a loginInput input text : s:form action=login validate=true theme=xhtml s:textfield label=%{getText('login.login')} name=loginInput/ /s:form I have a

Re: RE [S2] How to have validation message using localization ?

2007-04-18 Thread Felipe Rodrigues
! Regards, Michaël. -- View this message in context: http://www.nabble.com/-S2--How-to-have-validation-message-using-localization---tf3599220.html#a10063744 Sent from the Struts - User mailing list archive at Nabble.com