You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Howard Miller <me...@howardmiller.co.uk> on 2002/10/11 22:07:01 UTC

iterate and html:link

Hi,

How do I do this....

<logic:iterate name="user" property="queries" id="query" >

  <html:link page='/builder.jsp?id=<%= query.getId() %>' />

</logic:iterate>

Its the <%= query.getId() %>, bit I'm talking about. This bit of script doesn't get 
evaluated. I have spent ages sifting through the archives and can't find anything 
similar... must be a common problem though

Howard

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: iterate and html:link

Posted by Howard Miller <me...@howardmiller.co.uk>.
Aaaaggg.... forget it, sorted it myself about 10 seconds after I'd posted the message

page='"/builder.jsp?id="+query.getId() %>'

works. All a bit clumsy though IMHO.
HM

On 11 Oct 2002 at 21:07, Howard Miller wrote:

> Hi,
> 
> How do I do this....
> 
> <logic:iterate name="user" property="queries" id="query" >
> 
>   <html:link page='/builder.jsp?id=<%= query.getId() %>' />
> 
> </logic:iterate>
> 
> Its the <%= query.getId() %>, bit I'm talking about. This bit of script doesn't get 
> evaluated. I have spent ages sifting through the archives and can't find anything 
> similar... must be a common problem though
> 
> Howard
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
> 
> 



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>