I trying to use the <html:link/> tag library with dynamic url parameters e.g (which doesn't work).
<html:link action="/viewOrder.do?orderNo=<c:out value="${order.ponum}"/>">View Order</html:link>
How should i do this with out using the standard HTML Href tag?
_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

