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]



Reply via email to