Adrian Mitev <adrian.mitev <at> googlemail.com> writes:

> 
> 
> Try something like this <t:saveState ...  /> one one line. In order save state
to work your bean has to implement Serializable interface. 
> 

I can't get it to work! If I save the whole bean, I get the same problem as if I
put the bean in session scope. And I dont know what part of the bean to save.
The problem is that the link's action isn't invoked. I guess this is because the
form that contains the commandlink isn't rendered at first. Then the form is
rendered and the link is shown on the page, but the link isn't working. So in
some way I have to make the action work and I dont understand how.

Reply via email to