[jboss-cvs] jboss-seam/examples/wiki/src/etc/WEB-INF ...
Christian Bauer
christian at hibernate.org
Thu May 3 10:10:51 EDT 2007
User: cbauer
Date: 07/05/03 10:10:51
Modified: examples/wiki/src/etc/WEB-INF pages.xml
Log:
Resizable text editor area with jQuery
Revision Changes Path
1.14 +15 -0 jboss-seam/examples/wiki/src/etc/WEB-INF/pages.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: pages.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/etc/WEB-INF/pages.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- pages.xml 26 Apr 2007 05:29:18 -0000 1.13
+++ pages.xml 3 May 2007 14:10:51 -0000 1.14
@@ -168,6 +168,12 @@
</page>
+ <page view-id="/search.xhtml" action="#{browser.captureConversationEntryPoint}">
+ <param name="query" value="#{nodeSearch.query}"/>
+ <begin-conversation join="true"/>
+ <description>Search</description>
+ </page>
+
<page view-id="/userHome.xhtml" action="#{browser.captureConversationEntryPoint}">
<description>Managing Member Account</description>
<navigation from-action="#{userHome.persist}">
@@ -255,6 +261,15 @@
</rule>
+ <!-- Click on 'Find' starts a new root conversation -->
+ <rule if-outcome="search">
+ <redirect view-id="/search.xhtml">
+ <param name="conversationPropagation" value="#{'none'}"/>
+ <param name="lastConversationId" value="#{conversation.id}"/>
+ </redirect>
+ </rule>
+
+
<rule if-outcome="error">
<redirect view-id="/message.xhtml">
<message severity="ERROR">An unrecoverable error occured!</message>
More information about the jboss-cvs-commits
mailing list