Try this:
    <bean:define id="key" >
        <c:out value="${order.ponum}"/>
    </bean:define>
     <html:link action="/viewOrder.do?orderNo=<%=key%>">View
Order</html:link>

It should work
Mehdi

----- Original Message ----- 
From: "Pat Quinn" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, September 11, 2003 2:20 PM
Subject: <html:link/> & URL Parameters


> Hi Guys,
>
> 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]
>
>

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

Reply via email to