Re: Struts FormBean

2005-04-12 Thread Christine Huang
If you want to set the description property of userObject: property="userObject.description" On Apr 11, 2005 2:21 AM, Neil Meyer <[EMAIL PROTECTED]> wrote: > Hi All, > > I have a problem trying to write back to my form bean. Please tell me if the > following is possible. > > I have the follow

Re: Meta Information in Action Form

2005-04-08 Thread Christine Huang
On Apr 8, 2005 1:40 PM, Craig McClanahan <[EMAIL PROTECTED]> wrote: > > The servlet container is *not* required to leave your load-on-startup > servlet loaded for the entire duration of the webapp's lifetime > (although, in practice, most containers do). For example, the > container could unload

Re: Meta Information in Action Form

2005-04-08 Thread Christine Huang
If those drop-down values are not dynamic, I would use a application scope bean. If it is dynamic, like credit card profiles in a dropdown list for a particular user, I will declare it as ActionForm property. I would like to hear about other people's solution. Christine On Apr 8, 2005 12:18 P