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
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
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
>
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
4 matches
Mail list logo