dmkarr      2002/09/30 22:21:43

  Modified:    contrib/struts-el build.xml
               contrib/struts-el/web/exercise-taglib bean-resource.jsp
  Log:
  Fixed copying of struts-*.tld files.
  Changed "url" to "name" in "bean:resource" reference.
  
  Revision  Changes    Path
  1.2       +1 -0      jakarta-struts/contrib/struts-el/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/contrib/struts-el/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml 26 Sep 2002 04:54:37 -0000      1.1
  +++ build.xml 1 Oct 2002 05:21:43 -0000       1.2
  @@ -216,6 +216,7 @@
           tofile="${build.home}/library/commons-digester.jar"/>
     <copy todir="${build.home}/library">
      <fileset dir="${jstl.home}/tld" includes="*.tld"/>
  +   <fileset dir="${struts.home}/lib" includes="*.tld"/>
     </copy>
    </target>
   
  
  
  
  1.2       +1 -1      
jakarta-struts/contrib/struts-el/web/exercise-taglib/bean-resource.jsp
  
  Index: bean-resource.jsp
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/contrib/struts-el/web/exercise-taglib/bean-resource.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- bean-resource.jsp 26 Sep 2002 04:54:41 -0000      1.1
  +++ bean-resource.jsp 1 Oct 2002 05:21:43 -0000       1.2
  @@ -13,7 +13,7 @@
   <h1>Test struts bean-el Resource Tag</h1>
   </div>
   
  -<bean-el:resource id="webxml" url="/WEB-INF/web.xml"/>
  +<bean-el:resource id="webxml" name="/WEB-INF/web.xml"/>
   
   <p>Display the contents of the <code>/WEB-INF/web.xml</code> resource for this
   web application, with no filtering.</p>
  
  
  

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

Reply via email to