Re: Params on Actions in Struts.xml

2007-07-07 Thread Chris Pratt
> To: "Struts Users Mailing List" Sent: Saturday, July 07, 2007 6:49 AM Subject: Params on Actions in Struts.xml > After looking through the DTD for struts.xml ( > http://cwiki.apache.org/WW/strutsxml-examples.html) it says that the > following is legal in struts.x

Re: Params on Actions in Struts.xml

2007-07-07 Thread Nuwan Chandrasoma
Hi, http://cwiki.apache.org/WW/how-do-we-access-static-parameters-from-an-action.html Thanks, Nuwan - Original Message - From: "Chris Pratt" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Saturday, July 07, 2007 6:49 AM Subject: Params on Acti

Params on Actions in Struts.xml

2007-07-06 Thread Chris Pratt
After looking through the DTD for struts.xml ( http://cwiki.apache.org/WW/strutsxml-examples.html) it says that the following is legal in struts.xml: paramValue home I've been attempting to figure out how to get the value "paramValue" from the action, but it seems to be ignore