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

Gavin King gavin.king at jboss.com
Fri Jun 8 11:58:35 EDT 2007


  User: gavin   
  Date: 07/06/08 11:58:35

  Modified:    doc/reference/en/modules  elenhancements.xml
  Log:
  fix wierdo chars
  
  Revision  Changes    Path
  1.9       +4 -4      jboss-seam/doc/reference/en/modules/elenhancements.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: elenhancements.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/elenhancements.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- elenhancements.xml	6 Jun 2007 00:23:14 -0000	1.8
  +++ elenhancements.xml	8 Jun 2007 15:58:35 -0000	1.9
  @@ -44,10 +44,10 @@
   
               <para> You may however pass literal strings using single or double quotes: </para>
   
  -            <programlisting><![CDATA[<h:commandLink action=”#{printer.println( ‘Hello world!’ )}” value=”Hello”/>]]></programlisting>
  -            <programlisting><![CDATA[<h:commandLink action=’#{printer.println( “Hello again” )}’ value=’Hello’/>]]></programlisting>
  +            <programlisting><![CDATA[<h:commandLink action="#{printer.println('Hello world!')}" value="Hello"/>]]></programlisting>
  +            <programlisting><![CDATA[<h:commandLink action="#{printer.println('Hello again')} value="Hello"/>]]></programlisting>
   
  -            <para> You might even want to use this notation for all your action methods, even when you don’t have
  +            <para> You might even want to use this notation for all your action methods, even when you don't have
                   parameters to pass. This improves readability by making it clear that the expression is a method
                   expression and not a value expression: </para>
   
  @@ -69,7 +69,7 @@
                   <title>Calling a <literal>MethodExpression</literal> from Java code</title>
                   <para> Normally, when a <literal>MethodExpression</literal> or <literal>MethodBinding</literal> is
                       created, the parameter types are passed in by JSF. In the case of a method binding, JSF assumes that
  -                    there are no parameters to pass. With this extension, we can’t know the parameter types until
  +                    there are no parameters to pass. With this extension, we can't know the parameter types until
                       after the expression has been evaluated. This has two minor consequences: </para>
   
                   <itemizedlist>
  
  
  



More information about the jboss-cvs-commits mailing list