Hi list,
How can I tell Contrib:Table to pass on page paremeters? When I click on
a table column to sort it, the page that opens does not have the page
parameters of the old page anymore!
More precisely, my page "Page.html" uses a paremeter (nodeid) to know
what content to display. So in Page.java's pageBeginRender() method I
have
String nodeIdParam = cycle.getParameter("nodeid");
and then I load the data from a database and display a few things in
a Contrib:Table.
Unfortunately, the link that the Contrib:Table generates in order to
sort a column does not contain the value for parameter "nodeid":
http://localhost:8080/kc/
Page,tableColumnComponent.linkColumn.sdirect?container=Contrib%
3ASimpleTableColumnPage&sp=APage%2C%
24SortableTable.table.tableView&sp=SnodeTableTitle
So when I click the link, my node does not know what data to load from
the database!
I think I need to tell Contrib:Table to include the nodeid in the link,
right?
How can I do this?
Many thanks,
Kaspar
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]