-----Original Message-----
From: srujana [mailto:[EMAIL PROTECTED]
Sent: Saturday, July 05, 2003 5:06 PM
To: [EMAIL PROTECTED]
Subject: Reg Tomcat 4.1.18 Tags


Hi

        Am getting problem with Tags/taglibs in Tomcat 4.1.x release.

        I'm using a bean

        <jsp:useBean id="PBN" class="tags.xml.pbean" scope="application" />

        and one tag(user defined)

        <%@ taglib uri="http://prsnltags/tags";  prefix="tags" %>

        where "http://prsnltags/tags"; is the uri specified in the tld file for the
classes/tags    specified in    the tld file.

        The problem am facing is i'm calling the bean 'PBN' from the tag class
'doStartTag'    method. But this method is getting fired before using the tag
, but instead its being         called at the time of declaration means at this
point

        <%@ taglib uri="http://prsnltags/tags";  prefix="tags" %>

        Which is supposed to be called at the point where this tag is used
        say like

        <tags:class parameter="value"/>


We didn't face this problem with Tomcat 4.0.4/3.x version

Read from the net that Tomcat 5.0 addresses/handles Taglibs more smoothly

Pl give your suggestion

Thanks & Regards
Srujana





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to