Re: populate form bean

2008-03-11 Thread Dave Newton
--- Chris Pat <[EMAIL PROTECTED]> wrote: > Can I from an Action populate a formbean, from a database, set > it in the session and forward to a jsp that is configured to use that > formbean as the encompassing formbean for the form? Sure, but you shouldn't need to set it in the session yourself;

populate form bean

2008-03-11 Thread Chris Pat
Hello Excuse my niavete, but I have never used a formbean for other than retrieving string data from a form. For output I have just used simple struts and jstl for output. Now I want to reverse it and would like to use more sophisticated struts tags with collections in the form bean. Simple (