Question about Struts 2 Flow Control

2008-01-30 Thread claym
it in Spring MVC. Is it there and I'm not seeing it? How would you control the request like this? -- View this message in context: http://www.nabble.com/Question-about-Struts-2-Flow-Control-tp15190024p15190024.html Sent from the Struts - User mail

Re: Question about Struts 2 Flow Control

2008-01-30 Thread Musachy Barroso
preciated it in Spring MVC. > > Is it there and I'm not seeing it? How would you control the request like > this? > -- > View this message in context: > http://www.nabble.com/Question-about-Struts-2-Flow-Control-tp15190024p15190024.html > Sent from the Struts - User maili

Re: Question about Struts 2 Flow Control

2008-01-30 Thread WongTseng
#x27;re just displaying a non-form page, but you could always use > > SimpleFormController if you needed it. > > > > I'm not seeing that kind of behavior in Struts 2. I'm not saying it's > > required functionality, but I certainly appreciated it in Spring MVC

Re: Question about Struts 2 Flow Control

2008-01-31 Thread Laurie Harper
claym wrote: One of the things I really liked about Spring MVC was the fact that it was very easy to control the flow of a request. You could use referenceData() to add data that was needed on the page but not necessarily form related, then formBackingObject() for the actual pre-submission form p