amp is included in url struts tag

Posted by lakshmanan on Stack Overflow See other posts from Stack Overflow or by lakshmanan
Published on 2010-03-11T03:37:57Z Indexed on 2010/03/11 4:39 UTC
Read the original article Hit count: 206

Filed under:
|
|
|

Hi,

In my web application, I use strust2 url tag to pass parameters like id etc., For example, I use a link to delete an entity and I use param to pass the id of the entity to be deleted. And I follow this throughout my web app for adding, editing, deleting an entity.

During run time, sometimes, I don't get the params to be stored in my action's bean properties. When I see the link that is generated, I get something like

<a href='/projit1/p/discuss/viewDiscussion.action?d=11&amp;amp;amp;projid=11&amp;amp;disid=4'>

What are these amps for ? why do they sit in between the action calls (made by link via url tag actions ) ? By the time I traverse back and forth in my web app, I get 10s and 20s of amp sitting in the request URL. What is the problem here ? Please help.

© Stack Overflow or respective owner

Related posts about strust2

Related posts about tags