Re: AW: AW: Newbie Question: EL in attributes for a custom tag not being evaluated??

2005-01-04 Thread Robert Simmons Jr.
e rest of your code yet, but the first thing to do is make sure your web app is using a Servlet 2.4 deployment descriptor (web.xml). Quoting "Robert Simmons Jr." <[EMAIL PROTECTED]>: Greetings; I have a tag that I created to allow integration with my back end. I am using the Jakar

Re: AW: AW: Newbie Question: EL in attributes for a custom tag not being evaluated??

2005-01-04 Thread Robert Simmons Jr.
ur EL expressions, your servlet container or your tag? Being lazy, I would almost always opt for the servlet container. Cheers, Olaf -Ursprüngliche Nachricht- Von: news [mailto:[EMAIL PROTECTED] Auftrag von Robert Simmons Jr. Gesendet: Dienstag, 4. Januar 2005 17:00 An: taglibs-user@ja

Re: AW: Newbie Question: EL in attributes for a custom tag not being evaluated??

2005-01-04 Thread Robert Simmons Jr.
rest of your code yet, but the first thing to do is make sure your web app is using a Servlet 2.4 deployment descriptor (web.xml). Quoting "Robert Simmons Jr." <[EMAIL PROTECTED]>: Greetings; I have a tag that I created to allow integration with my back end. I am using the J

Re: AW: Newbie Question: EL in attributes for a custom tag not being evaluated??

2005-01-04 Thread Robert Simmons Jr.
Since it looks like you're using javax.servlet.jsp.tagext.SimpleTagSupport, I'll assume your're running on a JSP 2.0 container. I haven't looked closely at the rest of your code yet, but the first thing to do is make sure your web app is using a Servlet 2.4 deployment descriptor (web

Re: Newbie Question: EL in attributes for a custom tag not being evaluated??

2005-01-04 Thread Robert Simmons Jr.
r reagrding your problem during my free time later. Thanks & regards Keshav Shetty Robert Simmons Jr. wrote: That just made my EL expressions in my JSTL tags explode ... if I put in that directive then I get the following result: org.apache.jasper.JasperException: /JSPs/AdminSubscriptions.jsp(2

Re: Newbie Question: EL in attributes for a custom tag not being evaluated??

2005-01-04 Thread Robert Simmons Jr.
d. I think you have to use <%@ page isELIgnored="false"%> in your jsp. I hope this will solve your problem. You can also refer to http://forum.java.sun.com/thread.jspa?threadID=573209&messageID=2848229 Let me know the result. Best regards Keshav Shetty Robert Simmons Jr. wrote: Gre

Re: Newbie Question: EL in attributes for a custom tag not being evaluated??

2005-01-04 Thread Robert Simmons Jr.
rum.java.sun.com/thread.jspa?threadID=573209&messageID=2848229 Let me know the result. Best regards Keshav Shetty Robert Simmons Jr. wrote: Greetings; I have a tag that I created to allow integration with my back end. I am using the Jakarta astandard taglibs extensively in the application but I

Newbie Question: EL in attributes for a custom tag not being evaluated??

2005-01-04 Thread Robert Simmons Jr.
Greetings; I have a tag that I created to allow integration with my back end. I am using the Jakarta astandard taglibs extensively in the application but I am a bit of a taglib newbie and I have a problem. Namely when I use EL expressions in my tag attributes, they get passed verbatim to the tag