RE: Custom Tag Can't Compile problem.

2001-08-29 Thread Blanchard Andrew H (CPOCEUR)
August 29, 2001 10:54 AM To: [EMAIL PROTECTED] Subject: RE: Custom Tag Can't Compile problem. Dear Blanchard Andrew H, Before, it is /WEB-INF/classes/TagManager.java ( without package ) and it doesn't work. After change, it is /WEB-INF/classes/tools/TagManager.java ( inside package

RE: Custom Tag Can't Compile problem.

2001-08-29 Thread MindTerm
inal Message- > From: MindTerm [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 29, 2001 10:27 AM > To: [EMAIL PROTECTED] > Subject: RE: Custom Tag Can't Compile problem. > > > Dear Blanchard Andrew H, > > Yes, you are correct. The custom tag handler

RE: Custom Tag Can't Compile problem.

2001-08-29 Thread Blanchard Andrew H (CPOCEUR)
e a custom-tag without placing it in a package. Please post your findings. -- Andy Blanchard -Original Message- From: MindTerm [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 29, 2001 10:27 AM To: [EMAIL PROTECTED] Subject: RE: Custom Tag Can't Compile problem. Dear Blanchard An

RE: Custom Tag Can't Compile problem.

2001-08-29 Thread MindTerm
Dear Blanchard Andrew H, Yes, you are correct. The custom tag handler should be included in a package, say, com.xyz.TagManager instead of TagManager . But, is it a bug, standard or something else ? > TagManager > com.xyz.TagManager M.T.

Re: Custom Tag Can't Compile problem.

2001-08-28 Thread Dmitri Colebatch
This is not based on any knowledge of jasper, but do you get the exception if you declare TagManager in a package? My guess is that jasper uses the fully qualified form of the tag name in declaring the tag in the jsp and the fact that you dont use a package is upsetting it. having said that - it

RE: Custom Tag Can't Compile problem.

2001-08-28 Thread Blanchard Andrew H (CPOCEUR)
PROTECTED] Subject: Custom Tag Can't Compile problem. Dear all, I want to implement custom tag in jsp and I got the following error : Environment: -- OS: Win 2k Tomcat 4.0.7 beta TagManager.class located at webapps/myproject/

Custom Tag Can't Compile problem.

2001-08-28 Thread MindTerm
Dear all, I want to implement custom tag in jsp and I got the following error : Environment: -- OS: Win 2k Tomcat 4.0.7 beta TagManager.class located at webapps/myproject/WEB-INF/classes/TagManager.class web.xml: -