Row-depended properties
-----------------------

         Key: DISPL-342
         URL: http://jira.codehaus.org/browse/DISPL-342
     Project: DisplayTag
        Type: New Feature

    Reporter: Robert Scholte
    Priority: Minor


In our original cms-tables we make use of a tooltip for every row to show it's 
id, creator and creation-time, lastModifier and lastModified-time, like the 
window-properties on a file.
Also we make use of a contextmenu to view or delete the item.
We would  like to use something like

<display:setProperty name="tooltip" scope="row">${record.id}
Created by: ${record.createdBy}
Last modified by: @{record.lastModifiedBy}
Last modified at:  @{record.lastModifiedAt}
</display:setProperty>

the problem with the setProperty is, that it's set only during the first 
iteration, and used with the afterBody of the table-tag.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
displaytag-devel mailing list
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to