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