Using struts-config to configure properties in action form

2004-03-22 Thread Chan, Jim
I am trying to configure properties in my ActionForm using the struts-config file as follows. form-bean name=myForm type=com.myCompany.MyForm set-property property=foo value=bar / /form-bean public Class MyForm extends ActionForm { private String foo; public void

Re: Using struts-config to configure properties in action form

2004-03-22 Thread Saul Q Yuan
PM Subject: Using struts-config to configure properties in action form I am trying to configure properties in my ActionForm using the struts-config file as follows. form-bean name=myForm type=com.myCompany.MyForm set-property property=foo value=bar / /form-bean public Class

RE: Using struts-config to configure properties in action form

2004-03-22 Thread Chan, Jim
[mailto:[EMAIL PROTECTED] Sent: Monday, March 22, 2004 6:28 PM To: Struts Users Mailing List Subject: Re: Using struts-config to configure properties in action form set-property is not a sub-tag of form-bean, form-property is though. If you're not using dynamic form bean, you don't need to define

Re: Using struts-config to configure properties in action form

2004-03-22 Thread Kumar M
haven't been able to hook it up to my form yet. -Original Message- From: Saul Q Yuan [mailto:[EMAIL PROTECTED] Sent: Monday, March 22, 2004 6:28 PM To: Struts Users Mailing List Subject: Re: Using struts-config to configure properties in action form set-property is not a sub-tag of form-bean