Hi,
Are you resetting the property correctly in your action class?
Using,
PropertyUtils.setSimpleProperty(form, "obj", List);?
Regards,
Mano
-Original Message-
From: Mallik [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 21, 2006 11:58 AM
To: [email protected]
Subject: DynaValidat
MAIL PROTECTED]>
To:
Sent: Tuesday, November 21, 2006 10:38 AM
Subject: Re: DynaValidatorForm help?
Hi friends
i don't have idea about DTO
can you give me some idea please
ur's
Mallik
nuwan chandrasoma-2 wrote:
Hi,
The loop is wrong, your are overwriteing the same form
e the DTO and add create
> a
> list of those DTO's, and set it to the from or request from there you can
> get the list and can easily iterate this list
>
> Regards,
>
> Nuwan.
>
> - Original Message -
> From: "Mallik" <[EMAIL PROTECTED]>
>
: Tuesday, November 21, 2006 12:51 PM
To: [email protected]
Subject: RE: DynaValidatorForm help?
hi friend
i have no idea about resetting
this is my source code
please help me in finding worng..
Action Class
-
public
Hi,
Can i see the you jsp code, are you iterateing the list propertly
Thanks,
Nuwan
- Original Message -
From: "Mallik" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, November 21, 2006 6:28 AM
Subject: DynaValidatorForm help?
Hi friends
first of all thanks for your great help
situation
hi friend
i have no idea about resetting
this is my source code
please help me in finding worng..
Action Class
-
public ActionForward execute(ActionMapping mapping, ActionForm form,
HttpServletRequest request, HttpServl
Thanks for the responses. I was using the way that you showed. I
figured out that my problem was with my struts-config.xml where I should
have been using:org.apache.struts.validator.DynaValidatorForm instead of
org.apache.struts.action.DynaValidatorForm.
Adam Hardy wrote:
DynaValidatorForm d
DynaValidatorForm dynaForm = (DynaValidatorForm) form;
String value = (String) dynaForm.get("myFieldName");
On 04/09/2004 02:52 PM Brad Balmer wrote:
Using the DynaValidatorForm, how do you get the form variable data out
of the form inside the action? All examples I've seen are purely the
setu
Cast the ActionForm to a DynaBean and then use get(String property)
Niall
- Original Message -
From: "Brad Balmer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, April 09, 2004 1:52 PM
Subject: DynaValidatorForm help
> Using the DynaValidatorForm, how do you get the form va
9 matches
Mail list logo