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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to