Re: null with Action Error Messages !!

2004-08-22 Thread jacob skariah
Hi, I have included the errors.header and errors.footer in my properties file, but do i have to add these errors in my Actionform validate method manually as i add it for username and password. or would it be displayed automatically for all errors. And i am not useing {0} for error message for

Re: null with Action Error Messages !!

2004-08-21 Thread struts lover
Check for the errors.header and errors.footer. Also you can check if you using {0} in your properties file error message for password. And if yes, are you passing the parameter from your validation.xml --- jacob skariah [EMAIL PROTECTED] wrote: Hi, I have given the error messages in my

null with Action Error Messages !!

2004-08-20 Thread jacob skariah
Hi, I am having problem while displaying my Action Errors on the jsp pages. The problem is two null messages are displayed in the begining and end of the action error messages displayed on the jsps. example : In login page if we submit without entering user name and password the error message

Re: null with Action Error Messages !!

2004-08-20 Thread struts lover
Check your properties file. --- jacob skariah [EMAIL PROTECTED] wrote: Hi, I am having problem while displaying my Action Errors on the jsp pages. The problem is two null messages are displayed in the begining and end of the action error messages displayed on the jsps. example :

Re: null with Action Error Messages !!

2004-08-20 Thread jacob skariah
Hi, I have given the error messages in my properties file. and the messages also are displayed correctly on the jsps, but the problem is i get two additional null string in the front and end of the error messages. I dont know why this happens. Can any body have come accross such a problem.