-Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Is there a common way to change an <html:link /> or <c:url /> from a get
to a post http request? Looks like it would have to replace an <a
href=""></a> with a form. RoR does this easily enough. One idea would
be to add a method="post|get" option to <html:link> or something similar
to that.