Nope. That's not going to work either.
Although <html:link .../> is a custom tag I believe it follows

JSP1.2 spec 2.13.1 Request Time Attribute Values

<snip>
The expression must appear by itself (multiple
expressions, and mixing of expressions and string constants are not
permitted).
Multiple operations must be performed within the expression.
</snip>

robert

> -----Original Message-----
> From: Mehdi EL AKARI [mailto:[EMAIL PROTECTED]
> Sent: Thursday, September 11, 2003 10:26 AM
> To: Struts Users Mailing List
> Subject: Re: <html:link/> & URL Parameters
>
>
> 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]
>


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

Reply via email to