[OS-webwork] Re: Setup form on validation failure...

2003-12-13 Thread Chris Chen
A third option is to take out the Workflow Interceptor out of the stack and only leave the validate interceptor in there. Validate interceptor will do the validation through both the action-validation.xml file and calling the action's action method. The Workflow Interceptor will check if there ar

Re: [OS-webwork] Problems with Applet.

2003-12-13 Thread remigijus
Ok solution I found, but reason why now it's working I don't know. Maybe someone can explain it please. I want to mention one more thing I'm using ww2 together with sitemesh. I guess it can be problem related with sitemesh, but anyway to head an opinion will be interesting. When I had a file

Re: [OS-webwork] Setup form on validation failure...

2003-12-13 Thread Jan-Peter Hagenmüller
it could be done in the validate() method of your action, i think jp 13.12.2003 01:48:50, "Tao Starbow" <[EMAIL PROTECTED]> wrote: >Does anyone have any tips on doing preprocessing when a form fails >validation? >I have a form that some information from the database to set up the user >int