But didn't he say that in his .jsp file there's no closing tag? or no
indication that it's a tag that doesn't require one? ie. his file isn't well
formed.


> -----Original Message-----
> From: A mailing list about Java Server Pages specification and reference
> [mailto:[EMAIL PROTECTED]]On Behalf Of Chao Chen
> Sent: Monday, July 24, 2000 6:11 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Is it required to End the Custom Tag?
>
>
> In a message dated 7/24/00 5:43:58 AM Central Daylight Time,
> [EMAIL PROTECTED] writes:
>
> > Subj:       Is it required to End the Custom Tag?
> >  Date:    7/24/00 5:43:58 AM Central Daylight Time
> >  From:    [EMAIL PROTECTED] (Pratik)
> >  Sender:  [EMAIL PROTECTED] (A mailing list about Java
> Server Pages
> > specification and reference)
> >  Reply-to:    [EMAIL PROTECTED] (A mailing list about
> Java Server
> Pages
> > specification and reference)
> >  To:  [EMAIL PROTECTED]
> >
> >  Hi Friends
> >  I would like to ask a silly but strange question.
> >  I start tag like <qu:mytag> and if I don't end that tag like
> </qu:mytag>
> >  then also tomcat executes my tag
> >  It does not complain that tag should be ended properly
> >
> >  Is this a tomcat Bug??????
> >  I am using tomcat 3.1
> >
>
> No, this is not a bug.  The tag could be used in either of the
> following two
> ways, depending on whether it is defined to be a container that
> makes use of
> the tag library
>
> <qu:mytag>
> Arbitrary JSP
> <qu:mytag />
>
> or just
> <qu:mytag />
>
> >  Please guide me
> >
> >  Thanks in Advance
> >
>
> ==================================================================
> =========
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to