We are trying to use the Struts-JSF plugin, and are encountering problems. 1. The rendered form has the wrong 'action' attribute. We want it to be "TableTest.action", and the component renders it as "TableTest.jsf". We were able to overcome this with a javascript at the end of the page to change the form's 'action'. 2. Using the Tomahawk "Extended Data Table" component, the table renders properly, but the sorting is not working. The 'TableTestAction' class has a method 'setSortKey()', which is called when we click the column header, but the property is always "_id0", even when clicking the "_id1" column. Thus the table is always sorted on Column-0.
Does anyone have insight into this problem? - Ray Clough -- View this message in context: http://www.nabble.com/-S2--Struts-JSF-Plugin-tf4100325.html#a11660398 Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]