You can find the full source code for this website in the Seam package in the directory /examples/wiki. It is licensed under the LGPL.
| Online: | 2 Members of 12451 |
| Forum: Seam Users |
18. Aug 2009, 16:14 America/New_York | Link |
I have implemented the facelets.BUILDBEFORERESTORE context param in web.xml in order to handle session timeouts. However, by including this param this appears to break all the h:commandButton tags throughout the application. Essentially, the action attribute never seems to get called and the only thing that happens is that the existing page is refreshed with blank values. Is this a known issue? are there any workarounds at all??
I am using the seam 2.1.1GA
The same for me, it solved the ViewExpiredException problem after the logout but every form is broken!!
Can't be used AT ALL...
Is there some workaround?
Thanks
Demetrio
I would love to see that work as well. I haven't tried it but sounds like a great feature.
well, just got to trying it out...worked great on two forms(login and a demo page with no buttons..ajax refreshing only) BUT it did not broke a long running conversation wizard I had as the post left out the conversation id :(...so it almost worked but not quite :(. man, this feature would rock if it worked.