|
You can generate the parameter names used in table tag using the ParamEncoder class. You only need to know the id of the table:
ParamEncoder encoder = new ParamEncoder("id_of_the_table");
String mediaParameter = encoder.encodeParameterName(TableTagParameters.PARAMETER_EXPORTTYPE); ...
fabrizio From: Matt Raible Sent: Wed 5/19/2004 10:09 PM To: [EMAIL PROTECTED] Subject: RE: [displaytag-user] Sorting through other means I don't know what algorithm that Fabrizio is using to caculate the one query parameter that gives all the column, direction, etc. information. You'd have to ask him.
Matt
|
Title: Message

