Re: param for action in struts.xml

2009-08-06 Thread Steven Yang
Thanks a lot ChrisI guess I took out one too many interceptor from the basic stack. StaticParam is what i am looking for

Re: param for action in struts.xml

2009-08-06 Thread musomesa
: param for action in struts.xml webapp: specified on servlet's definition of web.xml dwr uk.ltd.getahead.dwr.DWRServlet snafu true as you can see from the example critical parameter snafu is set to true Action spe

RE: param for action in struts.xml

2009-08-06 Thread Martin Gainty
euvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Thu, 6 Aug 2009 18:17:45 +0800 > Subject: param for action in struts.xml > From: kenshin...@gmail.com > To: user@struts.apache.org > > Hi I want to s

param for action in struts.xml

2009-08-06 Thread Steven Yang
Hi I want to set initial value for an action I believe the way is myParamValue then "myParamValue" will be set to my Action's myParam property. but i am not getting anything in my action class. Am i missing something? or its not how it works? I am using Struts 2.1.8 SNAPSHOT. Thanks