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
Thanks a lot, i'll try it El vie, 12 de 05 de 2006 a las 11:19, [EMAIL PROTECTED] escribió: > Dario, > > In this situation, in the "input" attribute of action-mapping, you should > provide the action-mapping which you want to execute to populate your > drop-down in jsp. Usually we provide the J

Re: how to deal with request attributes and validation?

2006-05-12 Thread Sunil_Sahu
Dario, In this situation, in the "input" attribute of action-mapping, you should provide the action-mapping which you want to execute to populate your drop-down in jsp. Usually we provide the JSP page in "input" attribute, but when you have to forward to JSP through any action, you should provi

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 situations

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