Bug 19754 - TLDParser web.xml and errorstag
Summary: TLDParser web.xml and errorstag
Status: RESOLVED LATER
Alias: None
Product: Taglibs
Classification: Unclassified
Component: Ultradev 4 CTLX (show other bugs)
Version: unspecified
Hardware: PC All
: P3 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-08 03:40 UTC by xu jiaqiang
Modified: 2009-11-29 19:43 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.