[displaytag-user] [displaytag - Help] Access PageContext from TableModel

2007-02-12 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4152466 By: pintiyas Hi: Anybody knows a way to access to the jsp PageContext from a TableModel Object? The Table Model has this object, with the "get" method, but it´s private... Thanks! __

Re: [displaytag-user] [displaytag - Help] Access PageContext from TableModel

2007-02-12 Thread Ricardo Tercero Lozano
If you don't have a SecurityClassLoader active, you can call a private method using reflection. Below is a method I used for obtaining a private property value. You have to change Field objet for Method object, set Accesible value to true and call method. protected Object getFieldValue(Object

[displaytag-user] [displaytag - Open Discussion] I want to display the second page. How ??

2007-02-12 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4152642 By: gabrielesh I want to forward my action to a jsp with a table. I want to display the second page (o another one). How I can do it? Have i set (TableTagParameters.PARAMETER_PAGE)?

[displaytag-user] Does anyone have a javascript function to convert a table ...

2007-02-12 Thread Horan, Jeff
I am looking for a java script function that will take my table and convert each row into separate tables with the header as row labels? So, if I have a table with 7 columns and I output all rows with are, let's say 10 rows; then I should have 10 tables with 2 columns with the first column containi

[displaytag-user] [displaytag - Help] Access search query in pagination header

2007-02-12 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4154838 By: debbie0823 I need a pagination header that looks like the following: 99 results found for 'Thomas' first | 1 | 2 | 3 | next The string 'Thomas' is dynamic based on what the user