You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Apache Wiki <wi...@apache.org> on 2005/07/11 12:55:09 UTC

[Struts Wiki] Update of "StrutsDocConfiguring" by BasvdB

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification.

The following page has been changed by BasvdB:
http://wiki.apache.org/struts/StrutsDocConfiguring

------------------------------------------------------------------------------
  
  ''This has been fixed in CVS.  It might be more effective to enter small notes like this as Bugzilla tickets.  However, we'll leave this page here until sometime after a new copy of the site is deployed.''
  
+ 
+ 
+ In Chapter 6.2 Installation, subsection 'Install A Struts Binary Distribution' it says that you should add the following lines to web.xml:
+ <taglib>
+   <taglib-uri>/WEB-INF/struts-bean.tld</taglib-uri>
+   <taglib-location>/WEB-INF/struts-bean.tld</taglib-location>
+ </taglib>
+ 
+ <taglib>
+   <taglib-uri>/WEB-INF/struts-html.tld</taglib-uri>
+   <taglib-location>/WEB-INF/struts-html.tld</taglib-location>
+ </taglib>
+ 
+ <taglib>
+   <taglib-uri>/WEB-INF/struts-logic.tld</taglib-uri>
+   <taglib-location>/WEB-INF/struts-logic.tld</taglib-location>
+ </taglib>
+ 
+ But I think that it should be: 
+ 
+   <taglib>
+     <taglib-uri>/tags/struts-bean</taglib-uri>
+     <taglib-location>/WEB-INF/struts-bean.tld</taglib-location>
+   </taglib>
+ 
+   <taglib>
+     <taglib-uri>/tags/struts-html</taglib-uri>
+     <taglib-location>/WEB-INF/struts-html.tld</taglib-location>
+   </taglib>
+ 
+   <taglib>
+     <taglib-uri>/tags/struts-logic</taglib-uri>
+     <taglib-location>/WEB-INF/struts-logic.tld</taglib-location>
+   </taglib>
+ 

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