> > Im new to structs so please be gentle.
> > 
> > I have an action that forwards onto a jsp page with a form.
> > When the form buttons are pressed a different action is called.
> > 
> > Action1 ---> testform.jsp ---> Action2
> > 
> > All works fine if the form passes validation.
> > 
> > When the form fails validation, I expect to be returned back to the
> > jsp form with some handy error messages. Instead all I get is a
> > blank html page (<html><body></body></html>) and no error messages
> > (and no errors from Jetty either).
> > 
> > Any clue what Im doing wrong?
> > 

Not exactly sure, although I've gotten similar blank pages before. 
Double check that you have the input="somejsp.jsp" in your action
mapping in the struts-config.xml. Use a debugger or put a print on the
top of the jsp page to see if you are even being returned to the
correct page if validation produces errors. (If all you are getting as
you show above then you probably aren't). 

-- 

Rick

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to