RE: More html:form TAG in one page for struts 1

2008-10-22 Thread Kawczynski, David
, response) { ... } } -Original Message- From: D'Ottavio Alessandro [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2008 11:47 AM To: Struts Users Mailing List Subject: R: More html:form TAG in one page for struts 1 Ciao Antonio, Actually I'm using 2 differe

Re: R: More html:form TAG in one page for struts 1

2008-10-22 Thread Antonio
2008/10/22 D'Ottavio Alessandro <[EMAIL PROTECTED]>: > if I create the FormBeanA associate with the ActionA (specific > properties with getter and setter and validate specific only for that > properties requested by function A need) struts automatically will > valorised the bean using the setter pr

R: More html:form TAG in one page for struts 1

2008-10-22 Thread D'Ottavio Alessandro
Ciao Antonio, Actually I'm using 2 different actions and in both the action I have associated the same formBean, but you gave me one idea: if I create the FormBeanA associate with the ActionA (specific properties with getter and setter and validate specific only for that properties requested by

Re: More html:form TAG in one page for struts 1

2008-10-22 Thread Antonio
2008/10/22 D'Ottavio Alessandro <[EMAIL PROTECTED]>: > I have one page and one FormBean that is populated by the form but I > would like have 2 FormBean and 2 form associated at the same page Are you going to use 1 or 2 actions? Because you can associate only 1 form bean to 1 action, but the same

More html:form TAG in one page for struts 1

2008-10-22 Thread D'Ottavio Alessandro
Hi to all Sorry for my poor English I have one page and one FormBean that is populated by the form but I would like have 2 FormBean and 2 form associated at the same page Actually Form a logical point of view: My pages represent 2 different function, so there is one button for one fu