Re: Passing Action parameter in struts.xml

2008-04-21 Thread Tommy Becker

I really should read the documentation ;)

http://struts.apache.org/2.x/docs/static-parameters-interceptor.html
http://www.motricity.com



Tommy Becker wrote:
I can't seem to get any parameters to actually pass to actions via 
struts.xml.  Here's an example action config out of my struts.xml 
(ignore the slashes in the action name, we're using a third party 
container):


   action name=EndUserWMLRingtonesHome
   class=/motricity/presentation/action/EndUserWMLHome 
method=input 

   param name=filterRingtones/param
   result name=success type=tilesbrowsePage/result
   /action

If I set a breakpoint in that action, the parameter isn't set.  Pretty 
much all our actions implement ModelDriven, so the setFilter method is 
actually on our model object.  But I even tried putting a setFilter 
directly on the action and it's still not working.  We're using a 
fairly stripped down interceptor stack, but we are running modelDriven 
and params.  Anyone have any ideas why this wouldn't work?

 Thanks. http://www.motricity.com

NOTICE: This e-mail message is for the sole use of the intended 
recipient(s) and may contain confidential and privileged information 
of Motricity.  Any unauthorized review, use, disclosure or 
distribution is prohibited.  If you are not the intended recipient, 
please contact the sender by reply e-mail and destroy all copies of 
the original message.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



NOTICE: This e-mail message is for the sole use of the intended recipient(s) 
and may contain confidential and privileged information of Motricity.  Any 
unauthorized review, use, disclosure or distribution is prohibited.  If you are 
not the intended recipient, please contact the sender by reply e-mail and 
destroy all copies of the original message.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Passing Action parameter in struts.xml

2008-04-21 Thread Tommy Becker
I can't seem to get any parameters to actually pass to actions via 
struts.xml.  Here's an example action config out of my struts.xml 
(ignore the slashes in the action name, we're using a third party 
container):


   action name=EndUserWMLRingtonesHome
   class=/motricity/presentation/action/EndUserWMLHome 
method=input 

   param name=filterRingtones/param
   result name=success type=tilesbrowsePage/result
   /action

If I set a breakpoint in that action, the parameter isn't set.  Pretty 
much all our actions implement ModelDriven, so the setFilter method is 
actually on our model object.  But I even tried putting a setFilter 
directly on the action and it's still not working.  We're using a fairly 
stripped down interceptor stack, but we are running modelDriven and 
params.  Anyone have any ideas why this wouldn't work?

 Thanks. http://www.motricity.com

NOTICE: This e-mail message is for the sole use of the intended recipient(s) 
and may contain confidential and privileged information of Motricity.  Any 
unauthorized review, use, disclosure or distribution is prohibited.  If you are 
not the intended recipient, please contact the sender by reply e-mail and 
destroy all copies of the original message.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]