Hi,

This is something to do with url rewriteing and how the session is handleing happens on your server.., <c:url> tag will do the proper url re-writeing according to my understanding.. so i dont think there would be any issue in that, i am not sure plese try it and see..

Regards,

Nuwan
----- Original Message ----- From: "Pierre Goupil" <[EMAIL PROTECTED]>
To: <user@struts.apache.org>
Sent: Tuesday, December 05, 2006 9:39 AM
Subject: more than one parameter in a link


Hi again !

Yes, of course, but it seems that doign things this way, you loose all other parameters of the request like, in particular, the jsessionid. Am I right or
wrong ? If right, is there a workaround ?

Regards,

Pierre



----
eg:

<c:url="myAction.do" var="myLink">
<c:param name="type" value="${user.value}"/>
<c:param name="id" value="${ user.id}"/>
</c:url>

<a href='<c:out  vaue="${myLink}"/>'>My Link</a>

Thanks,

Nuwan
--
"L'une des raisons pour lesquelles la vie est complexe
C'est qu'elle a une partie réelle et une partie imaginaire."



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

Reply via email to