Re: [s2] accesing params from s:include tag

2009-02-27 Thread Nils-Helge Garli Hegvik
You're right. I should have read the documentation more closely. It clearly states that no stack is created and you have to access the parameters through the regular servlet objects. If you believe this is a shortcoming, you could register a JIRA issue for it, unless there is one already. Nils-H

Re: [s2] accesing params from s:include tag

2009-02-27 Thread hernan gonzalez
> I was not able to do it, despite trying a million different forms as well as > suggestions by some folks in strust mailing list. > I do not think you will be able to access the param value passed to s:include > within struts tag [clearly an obvious shortcoming]. Your best bet is using > jsp ex

Re: [s2] accesing params from s:include tag

2009-02-27 Thread Struts Two
suggestions by some folks in strust mailing list. --- On Fri, 2/27/09, Nils-Helge Garli Hegvik wrote: > From: Nils-Helge Garli Hegvik > Subject: Re: [s2] accesing params from s:include tag > To: "Struts Users Mailing List" > Received: Friday, February 27, 2009, 2:14 PM

Re: [s2] accesing params from s:include tag

2009-02-27 Thread Nils-Helge Garli Hegvik
Haven't really tried, but I assume the parameter would be a String, so have you tried using 'eq' instead of '=='. Nils-H On Fri, Feb 27, 2009 at 3:06 PM, hernan gonzalez wrote: > I'm struggling with s:include + s:param in struts 2.0.14 > > The docs  for the include tag > http://struts.apache.or

[s2] accesing params from s:include tag

2009-02-27 Thread hernan gonzalez
I'm struggling with s:include + s:param in struts 2.0.14 The docs for the include tag http://struts.apache.org/2.0.14/docs/include.html states: "How To access parameters Parameters are passed as request parameters, so use the ${param.ParamName} notation to access them. Do not use the property