I have the need to arbitrarly insert a row(s) inside the html table
created by the displaytag.

Is this possible.

Example....


        <display:table  name="requestScope.ancestorsDegreeGroup.hosts" 
                                        class="simple" 
                                        width="100%"
                                        pagesize="10"
                                        defaultsort="1"
                                        sort="list"
                                        id="hosts"
                                        
requestURI="../action/inventorymapdependencies.do">
                <display:column title="Degree"
                                                property="degree" 
                                                sortable="true" 
                                                headerClass="sortable"/>
                <display:column title="Level"
                                                property="level" 
                                                sortable="true" 
                                                headerClass="sortable"/>
                ...
                ...
                (pseudo code)
                <% if current row = 5 { %>
                <tr>
                        ...
                        ...
                </tr>
                <% } %>
                ...
                ...
                

        </display:table>



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
displaytag-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to