[jboss-cvs] jboss-seam/doc/reference/en/modules ...

Peter Muir peter at bleepbleep.org.uk
Mon Sep 3 12:15:06 EDT 2007


  User: pmuir   
  Date: 07/09/03 12:15:06

  Modified:    doc/reference/en/modules   annotations.xml events.xml
  Log:
  JBSEAM-1813 - docs
  
  Revision  Changes    Path
  1.72      +2 -1      jboss-seam/doc/reference/en/modules/annotations.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: annotations.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/annotations.xml,v
  retrieving revision 1.71
  retrieving revision 1.72
  diff -u -b -r1.71 -r1.72
  --- annotations.xml	29 Aug 2007 15:46:01 -0000	1.71
  +++ annotations.xml	3 Sep 2007 16:15:06 -0000	1.72
  @@ -770,7 +770,8 @@
                       <itemizedlist>
                           <listitem>
                               <para>
  -                                <literal>viewId</literal> &#8212; specifies the JSF view id to redirect to. </para>
  +                                <literal>viewId</literal> &#8212; specifies the JSF view id to redirect to.  You can use
  +                                EL here. </para>
                           </listitem>
                           <listitem>
                               <para>
  
  
  
  1.35      +9 -1      jboss-seam/doc/reference/en/modules/events.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: events.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/events.xml,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -b -r1.34 -r1.35
  --- events.xml	3 Sep 2007 14:04:02 -0000	1.34
  +++ events.xml	3 Sep 2007 16:15:06 -0000	1.35
  @@ -918,6 +918,10 @@
           </para>
   
           <para>
  +            You can also use EL to specify the <literal>viewId</literal> to redirect to.
  +        </para>
  +
  +        <para>
               This exception results in a redirect, along with a message to the user, when it 
               propagates out of the Seam component layer. It also immediately rolls back the 
               current transaction.
  @@ -965,6 +969,10 @@
           </para>
   
           <para>
  +            You can also use EL to specify the <literal>view-id</literal> to redirect to.
  +        </para>
  +        
  +        <para>
              You can also access the handled exception instance through EL, Seam places it in the
              conversation context, e.g. to access the message of the exception:
           </para>
  
  
  



More information about the jboss-cvs-commits mailing list