I generally create my own custom tag for doing these things, but in my apps
I reuse the link tags I create alot so it's worth the trouble.

Chip


-----Original Message-----
From: Eric Jain [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 12, 2003 12:18 PM
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