Re: Translating submit tag

2013-08-01 Thread Antonio Sánchez
Thank you :) El Jueves, 1 de agosto de 2013 11:02:41 Lukasz Lenart escribió: > 2013/7/31 Antonio Sánchez : > > Sorry, what do you mean with Submit class? > > Submit component behind submit.ftl > > > Use case is simple login. The exception is thrown when the form does not > > pass validation and

Re: Translating submit tag

2013-08-01 Thread Lukasz Lenart
2013/7/31 Antonio Sánchez : > Sorry, what do you mean with Submit class? Submit component behind submit.ftl > Use case is simple login. The exception is thrown when the form does not pass > validation and "results" in "input". > > Displayed is: > > Developer Notification (set struts.devMode to

Re: Translating submit tag

2013-07-31 Thread Antonio Sánchez
Forgot to say: theme is default. El Miércoles, 31 de julio de 2013 11:07:42 usted escribió: Sorry, what do you mean with Submit class? Use case is simple login. The exception is thrown when the form does not pass validation and "results" in "input". Displayed is: Developer Notification (s

Re: Translating submit tag

2013-07-31 Thread Antonio Sánchez
Sorry, what do you mean with Submit class? Use case is simple login. The exception is thrown when the form does not pass validation and "results" in "input". Displayed is: Developer Notification (set struts.devMode to false to disable this message): Unexpected Exception caught setting 'entra

Re: Translating submit tag

2013-07-30 Thread Lukasz Lenart
2013/7/30 Antonio Sánchez : > I'm using: > > This is exactly the same as in Submit class > Trying to simplify: > > It should work out-of-the-box, could you post the whole stack trace and what theme do you use? Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ ---

Translating submit tag

2013-07-30 Thread Antonio Sánchez
I'm using: Trying to simplify: Displays a warning of unexpected exception ('enter' method not found) in JSP display, via . Is it possible to avoid evaluation expression for setting the text from resource bundle? Maybe excluding parameters? Any other method? Thanks.