Bugs item #880929, was opened at 2004-01-20 16:40
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536613&aid=880929&group_id=73068

Category: main tag library
Group: v 1.0-b3
Status: Open
Resolution: None
Priority: 5
Submitted By: Jerry Jalenak (jjalenak)
Assigned to: Nobody/Anonymous (nobody)
Summary: unable to set id= parameter dynamically

Initial Comment:
When generating multiple tables on the same page, the 
id= parameter must be changed in order to separate the 
sorting, paging, etc. functionality from one table to the 
next.  The current implementation in TableTagExtraInfo 
does not allow the use of scriptlet code to dynamically 
generate these id values.  Use of scriptlet code or 
attempting to access page-scoped variables results in 
ClassCastExceptions on the following line:

Object tagId = data.getAttributeString
(TagAttributeInfo.ID);



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536613&aid=880929&group_id=73068


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to