RE: initialize java form bean

2007-03-15 Thread Lim Hock-Chai
Ok. Thanks. Will try it out tonight. -Original Message- From: Harring Figueiredo [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 14, 2007 4:26 PM To: Struts Users Mailing List Subject: Re: initialize java form bean Try Value you want Make sure your action has the

Re: initialize java form bean

2007-03-14 Thread Dave Newton
--- Lim Hock-Chai <[EMAIL PROTECTED]> wrote: > is there a way to set a property of a java form bean > from struts-config.xml? > > I try to use set-property and it is not working. Which version of Struts (I'm assuming Struts 1, but which version?) What did you try already? d. __

Re: initialize java form bean

2007-03-14 Thread Harring Figueiredo
Try Value you want Make sure your action has the method that match accessors for the attribute. In the case above, you need public String setNameOfAttribute(String va){ } Hope this helps. Harring On 3/14/07, Lim Hock-Chai <[EMAIL PROTECTED]> wrote: is there a way to set a pr