Author Login
Post Reply
I'm developing a webapp with Struts 2.0.11.2. I've got a page that displays a
list of customers and allows you to click on them to bring up a page with
more information. Each customer has a unique ID which is passed as a
parameter in the URL. The JSP code looks like this:
<s:url action="details" id="durl">
<s:param name="id" value="id"/>
</s:url>
<s:property value= ">
<s:property value="name"/>
This works well, except now every link, even those on other pages, have
that ?id parameter in the URL. What am I messing up? Any help is appreciated
--
Sent from the Struts - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)