RE: null in html on validation

2002-04-23 Thread Jesse Alexander (KADA 12)
Hi, if you talk about Struts 1.0.x: check in your application-resource-file whether you have the following keys with some value: errors.header=Errors found: errors.footer= hope this helps Alexander -Original Message- From: Team Gasoline [mailto:[EMAIL PROTECTED]] Sent: Samstag, 20. A

RE: null in html on validation

2002-04-20 Thread Galbreath, Mark
If the request object contains nulls, the response object in JSP returns the String "null." Test for the presence of nulls in the request object and return an empty String (""). Mark -Original Message- From: Team Gasoline [mailto:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 8:29 PM T

RE: null in html on validation

2002-04-20 Thread srinivas
Hi, In the action did u save errors and then forward to the jsp. Try calling this method saveErrors(request, errors); and then forward. Regards, srinivas -Original Message- From: Team Gasoline [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 20, 2002 3:29 AM To: [EMAIL PROTECTED] Subj