Is there any example code available which shows how to develop column
decorator?

Asif 

-----Original Message-----
From: Vineet Bhatia [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 22, 2003 6:25 PM
To: '[EMAIL PROTECTED]'
Subject: [displaytag-user] Not able to get row count in jsp page


I get 
    fieldName="parent_null"
    fieldName="child_null"

in the rendered HTML.

What am I doing wrong?

jsp code -

<display:table name="parentTable" property=".." id="parent"> <display:column
title="" decorator="some.weird.decorator"
fieldName="<%="parent_"+parent_rowNum%>"/>
<display:column .../>

<display:column title="" decorator="another.weird.decorator">
<display:table name="childTable" property=".." id="child">
    <display:column .../>
    <display:column decorator="one.more.decorator"
fieldName="<%="child_"+child_rowNum%>"/>
<display:column .../>
</display:table>
</display:column>

</display:table>

Any pointers would be greatly appreciated!!

- vineet



-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations Here's your
chance to show off your extensive product knowledge We want to know what you
know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
_______________________________________________
displaytag-user mailing list [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-user


-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
_______________________________________________
displaytag-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to