Hi, I have the following code in my JSP:
*<s:url id="url7" namespace="/secure" action="viewCustomerDetails"> <s:param name="email"><c:out value="${customer.email}"/></s:param> </s:url> <s:a href="%{url7}">View Customer Details</s:a>* Assuming that the value of the email is [EMAIL PROTECTED] After clicking the link generated by the *<s:url>* & *<s:a>*, all hyperlinks in next page will have the [EMAIL PROTECTED] encoded in the URL, i.e.: *http://host:8080/mydomain/[EMAIL PROTECTED] This is apparent even when I don't set params in my *logout.action* link. Can someone explain this behavior? Thanks. -- Eduardo Dela Rosa "Make things simple, but not simpler - E=mc2"