Re: Multiple Page Form

2017-12-04 Thread Lukasz Lenart
2017-12-04 23:55 GMT+01:00 Dave Weis : > Hello All- > > I wanted to see what the current best practice was for a multiple web page > form. I was used to Struts 1 and putting the form in the session but that > doesn't seem to be available now. > > I have just been putting the values as hidden form f

Multiple Page Form

2017-12-04 Thread Dave Weis
Hello All- I wanted to see what the current best practice was for a multiple web page form. I was used to Struts 1 and putting the form in the session but that doesn't seem to be available now. I have just been putting the values as hidden form fields but that doesn't seem quite correct. Thanks

Multiple page form with validation

2004-03-29 Thread Jim Kennedy
I'm using struts 1.1 with the standard Validation stuff (see below) I have a multi-page form (random access tabbed interface) and I would like to do the correct validation on the correct form (tab). There are 3 related jsp pages. Formtab1.jsp, formtab2.jsp and formtab2.j