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]

Reply via email to