[seam-commits] Seam SVN: r13188 - examples/trunk/booking-simplified/src/main/webapp/WEB-INF/layout.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed Jun 16 14:07:35 EDT 2010
Author: dan.j.allen
Date: 2010-06-16 14:07:35 -0400 (Wed, 16 Jun 2010)
New Revision: 13188
Modified:
examples/trunk/booking-simplified/src/main/webapp/WEB-INF/layout/template.xhtml
Log:
add info about current conversation
Modified: examples/trunk/booking-simplified/src/main/webapp/WEB-INF/layout/template.xhtml
===================================================================
--- examples/trunk/booking-simplified/src/main/webapp/WEB-INF/layout/template.xhtml 2010-06-16 18:07:16 UTC (rev 13187)
+++ examples/trunk/booking-simplified/src/main/webapp/WEB-INF/layout/template.xhtml 2010-06-16 18:07:35 UTC (rev 13188)
@@ -45,10 +45,9 @@
</div>
</div>
<div id="footer">
- Created with Seam 3.0, Web Beans, EJB 3.0 and JSF 2.0
- <br/>
- #{javax.context.conversation}
+ Created with Seam 3.0, Web Beans, EJB 3.0 and JSF 2.0<br/>
+ Current conversation: #{conversation.transient ? 'transient' : 'long-running, id: '.concat(conversation.id)}
</div>
</div>
</h:body>
-</f:view></html>
+</f:view></html>
\ No newline at end of file
More information about the seam-commits
mailing list