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:56:32 UTC

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

Author: tmjee
Date: Sat Apr 29 05:56:31 2006
New Revision: 398143

URL: http://svn.apache.org/viewcvs?rev=398143&view=rev
Log:
reformat <taglib>...</taglib> portion so it appears nicer in cofluence


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=398143&r1=398142&r2=398143&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:56:31 2006
@@ -50,9 +50,11 @@
         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-uri>struts-action</taglib-uri>
         <taglib-location>/WEB-INF/struts-action.tld</taglib-location>
     </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