Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3371348 By: ckbecker
Hi all; I am using Display Tags v1.0. I wish to create a dynamic link in a table column, using the Decorator pattern approach. I have created a Wrapper class that extends TableDecorator, in a fashion similar to the provided sample, and have had success in creating the link with data from the columns in the table. Now I wish to add a value to the dynamic link that is a parameter on the page that displays the table, but is outside of the table data collection. The value of this parameter would be the same for every link generated - this is the desired behavior. My question is - how do I access this parameter and make it part of the dynamic link? The Wrapper class has access to the row data via the getCurrentRowObject() method - how can I access this 'outside' parameter? Regards, --Chris ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=249318 ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ displaytag-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/displaytag-user

