Re: Need help with simple struts question

2007-01-26 Thread AQureshi
Jim John <[EMAIL PROTECTED]> wrote on 01/26/2007 01:50:45 PM: > I'm very new to struts and have a simple question > > I have a page called mailGroups.jsp which uses some > beans. I forward to mailGroupsEdit.jsp so that I can > use the data from the beans in mailGroups.jsp for > editing. So how do

Need help with simple struts question

2007-01-26 Thread Jim John
I'm very new to struts and have a simple question I have a page called mailGroups.jsp which uses some beans. I forward to mailGroupsEdit.jsp so that I can use the data from the beans in mailGroups.jsp for editing. So how do I get this information from mailGroups to mailGroupsEdit? What do I need t