Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=2985905
By: dahagama

How do i achieve below code using display tag...basically i have list of topics
and each topic has a list of paragraphs.So i want displaytag to display topics
and when the first topic is displayed i also want to display that topic's child
(topic.getChild) which is a arraylist called Paragraphs right below the topic.

<logic:present name="suppltopics">
        
        <logic:iterate id="topics" name="suppltopics">
                <bean:write name="topics" 
property="AttributeValue(PGD-TOPIC-NAME)"/>
        <br>
        <logic:iterate id="paras" name="topics" property="childs">
                <bean:write name="paras" 
property="AttributeValue(PGD-PARAGRAPH-NAME)" /><br>
                
        </logic:iterate>
        </logic:iterate>
        
</logic:present>


______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=249318


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to