hi Vinicius 

<logic:iterate id="element" name="allVOS">

<html:link action="/doSomething" paramId="name" paramName="element"
paramProperty="propertyOfA_VO">
link me
</html:link>

</logic:iterate>


this shoud work


cheers,

matthias


-----Original Message-----
From: Vinicius Carvalho [mailto:[EMAIL PROTECTED] 
Sent: Monday, January 26, 2004 7:10 PM
To: [EMAIL PROTECTED]
Subject: Looping through a VO collection


        Hi there! I have a collection of VOs in my request, I'd like to
loop 
through it using the <html:logic> and <html:link>
The idea is to create links for a page. But how do I access the
properties 
of the VO? Let's suppose I want to build a list of links like this How
do I combine those tags to render such string:

someAction.do?name=VO.getName()&id=VO.getID();

??

Thanks


---------------------------------------------------------------------
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