Re: Calling Action on form load

2008-03-28 Thread aum strut
st in session for s:selection. > > > > > list="%{#session.mySelectionList}" listKey="value" > > listValue="label" /> > > > > Hope this helps, > > > > Jane > > > > -Original Me

Re: Calling Action on form load

2008-03-28 Thread aum strut
ession for s:selection. > > list="%{#session.mySelectionList}" listKey="value" > listValue="label" /> > > Hope this helps, > > Jane > > -----Original Message----- > From: aum strut [mailto:[EMAIL PROTECTED] &g

RE: Calling Action on form load

2008-03-27 Thread Jiang, Jane (NIH/NCI) [C]
day, March 27, 2008 1:08 PM To: Struts Users Mailing List Subject: Re: Calling Action on form load Jane, can you just give me a brief aidea about (or even if u can a demo code ) how u put ur list in to the action. that will be of gr8 help --aum On 3/27/08, Randy Burgess <[EMAIL PROTECTED]>

Re: Calling Action on form load

2008-03-27 Thread aum strut
Jane, can you just give me a brief aidea about (or even if u can a demo code ) how u put ur list in to the action. that will be of gr8 help --aum On 3/27/08, Randy Burgess <[EMAIL PROTECTED]> wrote: > > Use the tag. > > http://struts.apache.org/2.x/docs/action.html > > Regards, > Randy Burges

Re: Calling Action on form load

2008-03-27 Thread Randy Burgess
Use the tag. http://struts.apache.org/2.x/docs/action.html Regards, Randy Burgess Sr. Web Applications Developer Nuvox Communications > From: aum strut <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List > Date: Thu, 27 Mar 2008 22:04:04 +0530 > To: Struts Users Mailing List > Subject

RE: Calling Action on form load

2008-03-27 Thread Jiang, Jane (NIH/NCI) [C]
Aum, I know what you are talking about. I end up putting all lists for select tag in the session. Otherwise, you will have to reload the list every time the form submits and when validation error happens. I'd like to find out if there are other ways to get around too. Jane -Original Mes