You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by tm...@apache.org on 2006/04/29 14:51:53 UTC

svn commit: r398142 - /incubator/webwork2/webapps/starter/src/main/webapp/WEB-INF/web.xml

Author: tmjee
Date: Sat Apr 29 05:51:49 2006
New Revision: 398142

URL: http://svn.apache.org/viewcvs?rev=398142&view=rev
Log:
uncomment commented out <taglib>...</taglib>


Modified:
    incubator/webwork2/webapps/starter/src/main/webapp/WEB-INF/web.xml

Modified: incubator/webwork2/webapps/starter/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewcvs/incubator/webwork2/webapps/starter/src/main/webapp/WEB-INF/web.xml?rev=398142&r1=398141&r2=398142&view=diff
==============================================================================
--- incubator/webwork2/webapps/starter/src/main/webapp/WEB-INF/web.xml (original)
+++ incubator/webwork2/webapps/starter/src/main/webapp/WEB-INF/web.xml Sat Apr 29 05:51:49 2006
@@ -50,9 +50,9 @@
         If you really need a taglib configuration within web.xml, copy struts/src/java/META-INF/taglib.tld
         to the WEB-INF directory as struts-action.tld.
      -->
-    <!--taglib>
+    <taglib>
         <taglib-uri>struts-action</taglib-uri>
         <taglib-location>/WEB-INF/struts-action.tld</taglib-location>
-    </taglib-->
+    </taglib>
     <!-- END SNIPPET: taglib -->
 </web-app>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org