I don't think you need any of the  <taglib> <taglib-uri> stuff.
(I have been using struts 1.3.10 without any of this in web.xml).
Tomcat is smart  enough to look in /META-INF/tld/ of the tag library jars.

On 05/25/2010 09:38 AM, Søren Blidorf wrote:
> Hi. Thanks.
> 
> Thats where I am looking.
> 
> What I am not sure about is weather I have to change the reference in all my
> jsp or I still will be able to refer to the taglibs from my web.xml
> 
> So that next time the reference is changed I could change it on place.
> 
> Soren, DK
> 
> -----Oprindelig meddelelse-----
> Fra: Struts Two [mailto:struts...@yahoo.ca] 
> Sendt: 25. maj 2010 14:56
> Til: Struts Users Mailing List
> Emne: Re: Upgrade from 1.2 to 1.3x
> 
> Look at the following page for migration from 1.2 to 1.3:
> 
> http://wiki.apache.org/struts/StrutsUpgradeNotes12to13
> 
> 
> 
> ----- Original Message ----
> From: Søren Blidorf <so...@nolas.dk>
> To: struts-u...@jakarta.apache.org
> Sent: Tue, May 25, 2010 6:23:51 AM
> Subject: Upgrade from 1.2 to 1.3x
> 
> Hi.
> 
> 
> 
> I am upgrading my struts app to 1.3.10 from 1.2
> 
> 
> 
> In my web.xml I have configured taglib like this:
> 
> 
> 
>   <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>
> 
>   <taglib>
> 
>     <taglib-uri>/WEB-INF/struts-tiles.tld</taglib-uri>
> 
>     <taglib-location>/WEB-INF/struts-tiles.tld</taglib-location>
> 
>   </taglib>
> 
>   <taglib>
> 
>     <taglib-uri>/WEB-INF/struts-nested.tld</taglib-uri>
> 
>     <taglib-location>/WEB-INF/struts-nested.tld</taglib-location>
> 
>   </taglib>
> 
> 
> 
> Is that still ok to do? From the struts Wiki it looks like I have to refer
> directly to http://struts.apache.org/tags-bean
> 
> 
> 
> Soren, DK
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
> 

-- 
 Mark Shifman MD. Ph.D.
 Yale Center for Medical Informatics
 Phone (203)737-5219
 mark.shif...@yale.edu

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to