Help

Controls

PermLinkWikiLink
Switch Workspace

Built with Seam

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.

Forum: Seam Users Forum ListTopic List
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

3 Replies:
18. Oct 2009, 21:36 America/New_York | Link

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

08. Mar 2010, 20:55 America/New_York | Link

I would love to see that work as well. I haven't tried it but sounds like a great feature.

12. Aug 2010, 00:31 America/New_York | Link

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.