On 1/5/06, Tamas Szabo <[EMAIL PROTECTED]> wrote: > > > > I'm actually quite happy with what Struts has to offer except for the > > deal with having to use ActionForms. I'd really like a Struts-like > > framework but allows me to use POJOs to capture my data and provides a > > nice way to redisplay that data back to the user if validation fails (ie > > a POJO that backs a form with a Data datatype will display back the > > String they entered). > > > You can bind request parameters to POJOs using Spring. > And you can use the SpringBindingActionForm to redisplay the data to the > user.
>From >http://www.springframework.org/docs/api/org/springframework/web/struts/SpringBindingActionForm.html "Note this ActionForm is designed explicitly for use in request scope." Will not work for me. Michael. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]