Bug 19754

Summary: TLDParser web.xml and errorstag
Product: Taglibs Reporter: xu jiaqiang <xujiaqiang>
Component: Ultradev 4 CTLXAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED LATER    
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: All   

Description xu jiaqiang 2003-05-08 03:40:34 UTC
I got a error info in tag library listbox of use custom tags floater, it seem 
that i should add a 
servelt-mapping in web.xml of TLDParser: 

<servlet-mapping> 
    <servlet-name>TLDParser</servlet-name> 
    <url-pattern>*</url-pattern> 
</servlet-mapping> 

Another problem is when live data a jsp page, <html:errors/> is changed 
<html:errors>, '/' is 
lost, got a error info when refresh live data, beause bodycontent of ErrorsTag 
must be empty.
Comment 1 Henri Yandell 2009-11-29 19:43:26 UTC
Resolving. Taglib has been retired.