This page provides a good overview of the problem:
http://wiki.apache.org/struts/DataEntryForm



On Fri, 2006-05-12 at 10:35 +0200, dario wrote:
> hello everybody,
> 
> I'd like to know how do you deal with situations where you need to 
> display some dynamic elements (menus, dropdowns...) on the page?
> putting those in the request scope in the action thus making them 
> available to JSP, seems most naturally to me. problem is when form data 
> does not pass validation, and action is never called, so JSP page breaks 
> because it has no data to display.
> 
> is there any proven tactics for this? basicly, i want some action/method 
> executed even if validation fails, but still want validation to work and 
> error messages passed to JSP.
> 
> thanks a lot!
> 
> 
> dario
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


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

Reply via email to