JBL wrote:
We have a link to a Struts 2 action that includes a URL parameter
(.../something_method.action?name=NAME), and the URL parameter is getting
lost -- it doesn't show up in the action, the request map (when we implement
RequestAware), the parameter map (when we implement ParameterAware), or a
custom interceptor we put at the top of the interceptor stack.

Have you tried this
<s:url value="editGadget.action">
    <s:param name="id" value="%{selected}" />
</s:url>
as described here:
http://struts.apache.org/2.x/docs/url.html
?


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

Reply via email to