Hm, I think my question was not well formulated. Apologies. I'll try
once more!

Suppose you want to implement an index that shows all files starting with
"A", "B", etc. My page would show

  A B C D ... X Y Z

and you can click on a letter to show the files starting with this letter
in a sortable Contrib:Table. How would I do this?

Can somebody lead me on the right track?

Thanks!
Kaspar

On 16.12.2007, at 17:08, Kaspar Fischer wrote:

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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to