Re: couldn't access s:include param using #parameters

2008-08-27 Thread Becky . L . O'Sullivan
Unfortunately you can't use JSTL in Struts 2 tags anymore. I got around this by using JSTL to set the parameter into page scope: Once it's in page scope #attr will find it: found it! -B "Musachy Barros

Re: couldn't access s:include param using #parameters

2008-08-26 Thread ravi_eze
i remember some one having the similar issue... and the fix was to use scriplets <%= request.getParameter("") %> or <%= request.getAttribute("") %> should work -- ravi -- View this message in context: http://www.nabble.com/couldn%27t-access-s%3Ainclude-param-using--parameters-tp19173169p1917

Re: couldn't access s:include param using #parameters

2008-08-26 Thread Musachy Barroso
Parameters are passed as request parameters, so use the ${param.ParamName} notation to access them. musachy On Tue, Aug 26, 2008 at 9:51 PM, Martin Gainty <[EMAIL PROTECTED]> wrote: > > in your struts-default.xml or xwork-default.xml > can you verify you have implemented ParametersInterceptor >

RE: couldn't access s:include param using #parameters

2008-08-26 Thread Martin Gainty
in your struts-default.xml or xwork-default.xml can you verify you have implemented ParametersInterceptor in your stack ? Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business