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

Gavin King gavin.king at jboss.com
Thu Mar 29 01:08:57 EDT 2007


  User: gavin   
  Date: 07/03/29 01:08:56

  Modified:    doc/reference/en/modules   events.xml framework.xml
  Log:
  minor doc fixes
  
  Revision  Changes    Path
  1.20      +8 -2      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.19
  retrieving revision 1.20
  diff -u -b -r1.19 -r1.20
  --- events.xml	10 Mar 2007 10:32:12 -0000	1.19
  +++ events.xml	29 Mar 2007 05:08:56 -0000	1.20
  @@ -862,12 +862,18 @@
       <exception class="org.jboss.seam.security.AuthorizationException">
           <end-conversation/>
           <redirect view-id="/error.xhtml">
  -            <message severity="WARN">#{handledException.message}</message>
  +            <message severity="WARN">#{org.jboss.seam.handledException.message}</message>
           </redirect>
       </exception>
   
   </pages>]]></programlisting>
   
  +         <para>
  +           <literal>org.jboss.seam.handledException</literal> holds the nested exception that
  +           was actually handled by an exception handler. The outermost (wrapper) exception is 
  +           also available, as <literal>org.jboss.seam.exception</literal>.
  +         </para>
  +
           </sect2>
   
       </sect1>
  
  
  
  1.19      +1 -1      jboss-seam/doc/reference/en/modules/framework.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: framework.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/framework.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -b -r1.18 -r1.19
  --- framework.xml	21 Mar 2007 08:57:41 -0000	1.18
  +++ framework.xml	29 Mar 2007 05:08:56 -0000	1.19
  @@ -37,7 +37,7 @@
               example, the following fragment from
               <literal>components.xml</literal> installs a component
               which can perform basic CRUD operations for a
  -            <literal>Contact</literal> entity:
  +            <literal>Person</literal> entity:
           </para>
           
           <programlisting><![CDATA[<framework:entity-home name="personHome" 
  
  
  



More information about the jboss-cvs-commits mailing list