form bean types

2001-03-15 Thread Young, Wayne
I'm working on a "standards" document for struts development at work and have a question. I've seen references on the mailing list that fields on form beans (descendants of ActionForm) should only be java.lang.String if you want them to automatically populate your form fields on your .jsp page.

Re: form bean types

2001-03-15 Thread Craig R. McClanahan
On Thu, 15 Mar 2001, Young, Wayne wrote: I'm working on a "standards" document for struts development at work and have a question. I've seen references on the mailing list that fields on form beans (descendants of ActionForm) should only be java.lang.String if you want them to