On 8/18/05, Frank W. Zammetti <[EMAIL PROTECTED]> wrote:
> Hi all,
> 
> I'm using Tomcat 5.0.29.  I've created a custom tag and I need to be able
> to use runtime expressions for certain attributes.  But it isn't working
> and I'm beating my head on the desk trying to figure out why.
> 
> Here's my TLD:
> 
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library
> 1.1//EN" "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd";>
<snip/>

I'd go with a 2.0 TLD since you're on TC 5.x. Is that possible? Plus
you will get to use EL instead of JSP expressions in tag attribute
values.

-Rahul

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to