Hello there My portlet shows a table which allows column sorting. The generated links used .getNameSpace to generate a unique sort url. Although this works with most portlet containers, jboss (tried 2.2 and 2.2RC1) returns a different value for subsequent calls on the same portlet!?
Sorting is not possible because my table tag looks with the wrong id for the sort command within the request. I am using a self written table tag, that retrieves the PortletRequest and generates sort parameters the following way: getNameSpace() + tag-id + . View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919052#3919052 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919052 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
