Java Mailing List Archive

http://www.gg3721.com/

Home » Struts Users Mailing List »

URL param included on all URL's

col_chappy

2008-10-13

Replies: Find Java Web Hosting

Author LoginPost 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)

©2008 gg3721.com - Jax Systems, LLC, U.S.A.