Re: how to deal with request attributes and validation?

2006-05-14 Thread dario
OK, thanks everybody for help! dario - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: how to deal with request attributes and validation?

2006-05-12 Thread David Evans
This page provides a good overview of the problem: http://wiki.apache.org/struts/DataEntryForm On Fri, 2006-05-12 at 10:35 +0200, dario wrote: > hello everybody, > > I'd like to know how do you deal with situations where you need to > display some dynamic elements (menus, dropdowns...) on the

Re: how to deal with request attributes and validation?

2006-05-12 Thread Jorge Martín Cuervo
ository.do?method=viewDepository"/> > > > > processorClass="org.springframework.web.struts.DelegatingTilesRequestProcessor" > > nocache="false" inputForward="true" maxFileSize="2M"/> > > > Hope it helps

Re: how to deal with request attributes and validation?

2006-05-12 Thread Sunil_Sahu
attribute, but in case of "true", you can. Consider following example.. Hope it helps. Thanks & Regards Sunil Sahu dario <[EMAIL PROTECTED]> 05/12/2006 02:05 PM Please respond to Struts Users Mailing List To user@struts.apache.org cc Subject ho

Re: how to deal with request attributes and validation?

2006-05-12 Thread Jorge Martín Cuervo
maybe using formBeans to populate data? the RequestProcessor execute: processPopulate() and then processValidate() ... processActionPerform() i'm not sure. El vie, 12 de 05 de 2006 a las 10:35, dario escribió: > hello everybody, > > I'd like to know how do you deal with situat

RE: how to deal with request attributes and validation?

2006-05-12 Thread Shoukat, Faisal
R u using the validator framework -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of dario Sent: 12 May 2006 09:36 To: user@struts.apache.org Subject: how to deal with request attributes and validation? hello everybody, I'd like to know how do you deal with situa

Re: how to deal with request attributes and validation?

2006-05-12 Thread Jorge Martín Cuervo
Hello Dario, i've the same problem. El vie, 12 de 05 de 2006 a las 10:35, dario escribió: > hello everybody, > > I'd like to know how do you deal with situations where you need to > display some dynamic elements (menus, dropdowns...) on the page? > putting those in the request scope in the acti

how to deal with request attributes and validation?

2006-05-12 Thread dario
hello everybody, I'd like to know how do you deal with situations where you need to display some dynamic elements (menus, dropdowns...) on the page? putting those in the request scope in the action thus making them available to JSP, seems most naturally to me. problem is when form data does no