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!
__
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
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)?
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
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
5 matches
Mail list logo