cedric      2002/10/03 02:36:41

  Modified:    doc/userGuide struts-tiles.xml
  Log:
  Set attributes insert.controllerUrl and insert.controllerClass as rtexpr.
  Bug reported by Lou Morin.
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-struts/doc/userGuide/struts-tiles.xml
  
  Index: struts-tiles.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/struts-tiles.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- struts-tiles.xml  25 Jun 2002 03:29:38 -0000      1.1
  +++ struts-tiles.xml  3 Oct 2002 09:36:41 -0000       1.2
  @@ -204,7 +204,7 @@
       <attribute>
         <name>controllerUrl</name>
         <required>false</required>
  -      <rtexprvalue>false</rtexprvalue>
  +      <rtexprvalue>true</rtexprvalue>
         <info>
         Url of a controller called immediately before page is inserted.<br></br> 
          Url usually denote a Struts action. Controller (action) is used to prepare 
data
  @@ -217,7 +217,7 @@
       <attribute>
         <name>controllerClass</name>
         <required>false</required>
  -      <rtexprvalue>false</rtexprvalue>
  +      <rtexprvalue>true</rtexprvalue>
         <info>
         Class type of a controller called immediately before page is 
inserted.<br></br> 
          Controller is used to prepare data to be render by inserted Tile.
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to