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
t; > 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

Re: Calling Action on form load

2008-03-27 Thread Randy Burgess
Users Mailing List > Subject: Calling Action on form load > > Hi all, > > is it possible to call an action in struts2 everytime when the page get > loaded if yes how it is possible. > my problem is i am using tag and using a list to pupulate this > drop down this list is coming fr

RE: Calling Action on form load

2008-03-27 Thread Jiang, Jane (NIH/NCI) [C]
ginal Message- From: aum strut [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2008 12:34 PM To: Struts Users Mailing List Subject: Calling Action on form load Hi all, is it possible to call an action in struts2 everytime when the page get loaded if yes how it is possible. my problem is

Calling Action on form load

2008-03-27 Thread aum strut
Hi all, is it possible to call an action in struts2 everytime when the page get loaded if yes how it is possible. my problem is i am using tag and using a list to pupulate this drop down this list is coming from the action which i m calling before the page is being displayed. the folw is like t