jstl

c:url html:link(el) would be as close as you get. Of course if you combine
the two you get some bad urls when the jsessionid is involved. The
jesssionid will be generated 2x in you url. Kinda breaks things.

Brandon Goodin

-----Original Message-----
From: Eric Jain [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 12, 2003 11:18 AM
To: struts-user
Subject: Create link with parameters from ActionForm


Is there any way to write something like:

  <html:link href="http://x.com/xyz";
parameters="${form}">...</html:link>

that would generate the following output:

  <a href="http://x.com/xyz?a=alpha&b=beta";>...</a>

?

--
Eric Jain


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



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

Reply via email to