Re: struts 2 validation error

2013-03-06 Thread Lukasz Lenart
2013/3/7 john lee : > Java backtrace for programmers: > -- > freemarker.template.TemplateModelException: Method public java.util.List > org.apache.struts2.components.Form.getValidators(java.lang.String) threw an > exception when invoked on org.apache.struts2.components.Form@d6147e >

struts 2 validation error

2013-03-06 Thread john lee
please advise thanks in advance john ** error: Template processing error: "Method public java.util.List org.apache.struts2.components.Form.getValidators(java.lang.String) threw an exception when invok

Re: struts 2 validation error

2010-01-06 Thread Greg Lindholm
age without entering > action class then raising an null pointer exception.I need that "list" even > if the validation fails. > > Please help me to get out of this problem > > expecting your kind interaction > > thanks in advance > > rakesh > -- > View th

Re: struts 2 validation error

2010-01-04 Thread Paweł Wielgus
m there to jsp page without entering > action class then raising an null pointer exception.I need that "list" even > if the validation fails. > > Please help me to get out of this problem > > expecting your kind interaction > > thanks in advance > > rakesh &g

struts 2 validation error

2010-01-03 Thread Rakesh K nair
nd interaction thanks in advance rakesh -- View this message in context: http://old.nabble.com/struts-2-validation-error-tp27009670p27009670.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscri

Re: Struts 2 Validation Error

2008-01-17 Thread Ted Husted
If you haven't solved this, here are the things I would try. * Check that the that the Validation files seem like valid XML. A quick way to do that is to open them in IE. * Deploy the MailReader example to the same environment, to be sure its validation works. * Deploy your application to anot

Struts 2 Validation Error

2008-01-15 Thread Liz . Johnston
Hi all, I'm new to this mailing list and still a bit confused on how to look things up, so apologies if this one is already up there! I'm using Tomcat to serve up JSPs using Struts 2 with java action classes and xml validation files. For example: signup.jsp SignUp.java SignUp-validation.xml A

Re: Struts 2 validation error messages

2007-07-10 Thread Don Brown
Just use the getText() method to resolve the key of your choice. For example: addActionError(getText("my.message.key")); Don On 7/10/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi, I have written my customised java class to do the form validation within the action class. I want to render

Struts 2 validation error messages

2007-07-10 Thread Manoj . Gupta
Hi, I have written my customised java class to do the form validation within the action class. I want to render the validation error messages from a property file and not hard coding it into the code. What i understand is the struts ActionSupport class has addActionError(String msg) which takes