[jboss-cvs] jboss-seam/examples/wiki/view ...

Christian Bauer christian at hibernate.org
Wed Mar 21 13:32:24 EDT 2007


  User: cbauer  
  Date: 07/03/21 13:32:24

  Modified:    examples/wiki/view      userProfile.xhtml docHistory.xhtml
                        userPrefs.xhtml userList.xhtml userAccount.xhtml
  Log:
  Support EL value bindings in plugin CSS files
  
  Revision  Changes    Path
  1.6       +1 -1      jboss-seam/examples/wiki/view/userProfile.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: userProfile.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/userProfile.xhtml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- userProfile.xhtml	20 Mar 2007 02:38:14 -0000	1.5
  +++ userProfile.xhtml	21 Mar 2007 17:32:23 -0000	1.6
  @@ -37,7 +37,7 @@
   
   <ui:define name="controlRight">
       <s:link id="exit" styleClass="linkNavigation"
  -            action="#{userHome.exitConversation(true)}"
  +            action="#{browser.exitConversation(true)}"
               accesskey="E"><u>E</u>xit</s:link>
   </ui:define>
   
  
  
  
  1.4       +1 -1      jboss-seam/examples/wiki/view/docHistory.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: docHistory.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/docHistory.xhtml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- docHistory.xhtml	18 Mar 2007 23:29:19 -0000	1.3
  +++ docHistory.xhtml	21 Mar 2007 17:32:23 -0000	1.4
  @@ -29,7 +29,7 @@
   
   <ui:define name="controlRight">
       <s:link id="exit" styleClass="linkNavigation"
  -            action="#{nodeHistory.exitConversation(true)}"
  +            action="#{browser.exitConversation(true)}"
               accesskey="E"><u>E</u>xit</s:link>
   </ui:define>
   
  
  
  
  1.6       +1 -1      jboss-seam/examples/wiki/view/userPrefs.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: userPrefs.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/userPrefs.xhtml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- userPrefs.xhtml	20 Mar 2007 02:38:14 -0000	1.5
  +++ userPrefs.xhtml	21 Mar 2007 17:32:23 -0000	1.6
  @@ -37,7 +37,7 @@
   
   <ui:define name="controlRight">
       <s:link id="exit" styleClass="linkNavigation"
  -            action="#{userHome.exitConversation(true)}"
  +            action="#{browser.exitConversation(true)}"
               accesskey="E"><u>E</u>xit</s:link>
   </ui:define>
   
  
  
  
  1.9       +1 -1      jboss-seam/examples/wiki/view/userList.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: userList.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/userList.xhtml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- userList.xhtml	18 Mar 2007 23:29:19 -0000	1.8
  +++ userList.xhtml	21 Mar 2007 17:32:23 -0000	1.9
  @@ -29,7 +29,7 @@
   
   <ui:define name="controlRight">
       <s:link id="exit" styleClass="linkNavigation"
  -            action="#{userSearch.exitConversation(true)}"
  +            action="#{browser.exitConversation(true)}"
               accesskey="E"><u>E</u>xit</s:link>
   </ui:define>
   
  
  
  
  1.6       +1 -1      jboss-seam/examples/wiki/view/userAccount.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: userAccount.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/userAccount.xhtml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- userAccount.xhtml	20 Mar 2007 02:38:14 -0000	1.5
  +++ userAccount.xhtml	21 Mar 2007 17:32:23 -0000	1.6
  @@ -40,7 +40,7 @@
   
   <ui:define name="controlRight">
       <s:link id="exit" styleClass="linkNavigation"
  -            action="#{userHome.exitConversation(true)}"
  +            action="#{browser.exitConversation(true)}"
               accesskey="E"><u>E</u>xit</s:link>
   </ui:define>
   
  
  
  



More information about the jboss-cvs-commits mailing list