kinman      2004/02/18 13:24:45

  Modified:    catalina/src/conf web.xml
  Log:
  - Document the new Jasper switch errorOnUseBeanInvalidClassAttribute
  
  Revision  Changes    Path
  1.35      +5 -0      jakarta-tomcat-catalina/catalina/src/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/conf/web.xml,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- web.xml   5 Feb 2004 19:49:33 -0000       1.34
  +++ web.xml   18 Feb 2004 21:24:45 -0000      1.35
  @@ -164,6 +164,11 @@
     <!--                       arrays, to improve performance in some cases?  -->
     <!--                       [false]                                        -->
     <!--                                                                      -->
  +  <!--   errorOnUseBeanInvalidClassAttribute                                -->
  +  <!--                       Should Jasper issue an error when the value of -->
  +  <!--                       the class attribute in an useBean action is    -->
  +  <!--                       not a valid bean class?  [true]                -->
  +  <!--                                                                      -->
     <!--   scratchdir          What scratch directory should we use when      -->
     <!--                       compiling JSP pages?  [default work directory  -->
     <!--                       for the current web application]               -->
  
  
  

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

Reply via email to