Re: Custom tags and scope

2005-09-20 Thread Rahul Akolkar
Hi, I do not have a lot of experience in programming custom tags. Now, having programmed a couple of tags, I think it is kind of strage that I cannot narrow the scope of variables defined in the taghandler down to the body of the custom tag. It would for me clearly gain the purpose of code

RE: Custom Tags

2001-03-13 Thread Casey Lucas
You need to include servlet.jar in your classpath. It sould be somewhere under the TOMCAT_HOME/lib directory (depending on what version of tomcat you have.) hth. -Casey -Original Message- From: Jack Li [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 10:05 AM To: [EMAIL

RE: Custom Tags

2001-03-13 Thread Jack Li
It works. Thank you very much! Jack Li -Original Message- From: Casey Lucas [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 11:27 AM To: [EMAIL PROTECTED] Subject: RE: Custom Tags You need to include servlet.jar in your classpath. It sould be somewhere under the TOMCAT_HOME

Re: custom tags as attributes of other custom tags.

2001-02-09 Thread Craig R. McClanahan
Casey Lucas wrote: I recently was trying to use a tag as an attribute of another tag. For example: x:tag1 someAttribute="x:tag2/" / After realizing that tomcat would not support this type of use, I (briefly) looked through the spec. I didn't find anything related to such use, so my