Hi,

I think, you cannot and I had tried this since I too had a similar requirement.

The reason may be that, the control is given for only columns and not for any rows in the tags. This is an internal iteration of rows which cannot be exposed.

Thanks,
Charles

Yonatan Taub wrote:

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






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