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: | 1 Member of 12451 |
Seam's nested conversation model makes it really easy to build complex, stateful applications that tolerate use of the back button. This article describes nested conversations in detail.
the back button just works is not good enough of an explanation. I learned the hard way that for a postback situation (form submits to same xhtml page) that the pages.xml must have the <redirect/> and proper navigation configured for the page, otherwise you may have problems with the back button in Seam apps (particularly when using <a4j:commandButon>.
required reading: Scala and more Scala... www.artima.com