Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/DISPL-137

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: DISPL-137
    Summary: Expose table-uid to pageContext
       Type: New Feature

     Status: Unassigned
   Priority: Trivial

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: DisplayTag
 Components: 
             HTML Generation
   Versions:
             1.0 RC2

   Assignee: 
   Reporter: Ville Jantunen

    Created: Mon, 22 Nov 2004 2:34 PM
    Updated: Mon, 22 Nov 2004 2:34 PM

Description:
I have a case where I need a table's uid inside a column's title and value, but 
the uid is given dynamically. This could be kludged with e.g. JSTL 
set/get/remove, but it adds extra garbage around the table and is a bit 
error-prone. Therefore, as I see no reason why not, I modified the 
org.displaytag.tags.TableTag to include the uid in pageContext. The previous 
uid is saved and new value setted in doStartTag(), and the saved value returned 
in doEndTag(); thus it's safe to nest tables and no (external) variables will 
be overwritten by accident.

Diff (diff -wu) against RC2-snapshot (TableTag 1.91; no CVS-diff as the 
sourceforge server is somewhat slow) is saved here (no attachachments in Jira?):

http://dev.avoltus.com/villeja/dt-uid.diff

I'm willing to update documentation as well if someone gives me a clue which.

Cheers,
-Ville


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
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://productguide.itmanagersjournal.com/
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to