Hi, Tamas! You need to create a different topic when posting on mail list -
I did it for you right now :)!


>I was trying to attach a PageLink instance to a session object, but Tomcat
logged an error as >apache.click.Context is not Serializable.

Click is a stateless framework. Quoting the
documentation<http://click.apache.org/docs/click-api/org/apache/click/Stateful.html>
:

Control state is not saved and restored automatically by Click. Instead,
state saving and restoring is under full control of the developer through a
public API.

As you can see from the Stateful interface's doc, several controls
implements that contract and using the "Search Table Page"
example<http://click.avoka.com/click-examples/source-viewer.htm?filename=WEB-INF/classes/org/apache/click/examples/page/table/SearchTablePage.java>as
a reference you can implement your use case.

Hth,

Gilberto

Reply via email to