You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Iraklis Kourtidis <ik...@covia.com> on 2001/04/25 01:20:49 UTC

RE: needed taglibs

Gary,

I believe the form taglibs are deprecated. Instead, the 'html' taglib is
used.

Iraklis
  -----Original Message-----
  From: G.L. Grobe [mailto:gary@grobe.org]
  Sent: Tuesday, April 24, 2001 8:14 PM
  To: struts-user@jakarta.apache.org
  Subject: needed taglibs


  Someone told me they thought some of my tag-libs were depricated and that
I shouldn't be using them anymore. From the examples at Bluestone, I added
these to my web.xml file. The web site only shows four that look to be
needed.

  template, logic, form, bean.

  Are these correct?

  If anyone knows of which ones I should or shouldn't have, much
apprecitated.

  ------------ Taglibs I've included in my web.xml
file --------------------------------------
   <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-form.tld</taglib-uri>
        <taglib-location>/WEB-INF/struts-form.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-template.tld</taglib-uri>
        <taglib-location>/WEB-INF/struts-template.tld</taglib-location>
     </taglib>



RE: needed taglibs

Posted by Marouane Louah <Ma...@selftrade.com>.
i dont understand the strory of deperacted  taglib especialy form taglib
!!!!

Please explain me

Tankx

  -----Message d'origine-----
  De : Iraklis Kourtidis [mailto:ikourtidis@covia.com]
  Envoyé : mercredi 25 avril 2001 01:21
  À : struts-user@jakarta.apache.org
  Objet : RE: needed taglibs


  Gary,

  I believe the form taglibs are deprecated. Instead, the 'html' taglib is
used.

  Iraklis
    -----Original Message-----
    From: G.L. Grobe [mailto:gary@grobe.org]
    Sent: Tuesday, April 24, 2001 8:14 PM
    To: struts-user@jakarta.apache.org
    Subject: needed taglibs


    Someone told me they thought some of my tag-libs were depricated and
that I shouldn't be using them anymore. From the examples at Bluestone, I
added these to my web.xml file. The web site only shows four that look to be
needed.

    template, logic, form, bean.

    Are these correct?

    If anyone knows of which ones I should or shouldn't have, much
apprecitated.

    ------------ Taglibs I've included in my web.xml
file --------------------------------------
     <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-form.tld</taglib-uri>
          <taglib-location>/WEB-INF/struts-form.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-template.tld</taglib-uri>
          <taglib-location>/WEB-INF/struts-template.tld</taglib-location>
       </taglib>