aspose file tools
The moose likes Struts and the fly likes Struts Validation Problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Struts Validation Problem" Watch "Struts Validation Problem" New topic
Author

Struts Validation Problem

sajan chandran chandran
Greenhorn

Joined: Oct 10, 2006
Posts: 2
Hi Friends..

Am using page attribute in validation.xml to validate some of the fields in my 3rd jsp.Its working fine for me.But when the validation got failed in my 3rd jsp am getting the error message in my first jsp (because in the "input" attribute in struts-config.xml points to my first jsp).
My doubt is when the validation fails in any page i should get my corresponding error messages in that page.How to aviod going to my input page.

Thanks in advance.
Sajan.
Manuel Jordan
Ranch Hand

Joined: Sep 29, 2006
Posts: 125
Hello

can you share your config files and the message error report?

regards


kill your pride, share your knowledge with all
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Struts Validation Problem
 
Similar Threads
problem log out
The input attribute of the action tag not working
Getting teh same JSP
Validation Exception in FieldCheck class
Displaying error in multi page form.