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
-- 
View this message in context: 
http://www.nabble.com/URL-param-included-on-all-URL%27s-tp19955612p19955612.html
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to