Hi all, I am using Appfuse 1.9.3 MVC.
This may not be the right forum for this question.... I have the following situation: In a jsp page, there is a <display:table> within a <form>. Some of the columns are sortable. When the form is submitted, I need to know, one way or another, the ORDER of the rows, by id. In other words I need to know, either: 1) preferably, the row order of the id's in the id column, or 2) the sort order and column. This can be done by reading request.getQueryString(); (example queryString: d-3029789-p=1&id=4003&d-3029789-s=2&d-3029789-o=2) where -o is order and -s is column. However this information is only available during the GET in method referenceData(). Is there a way to hook into the display:table code in order to extract this information? Any help will be much appreciated. Regards Jon --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
