Re: Tomcat 6 failing to evaluate EL expressions, Tomcat 6 bug?!!!!

2007-10-15 Thread Tinashe B Chipomho
't working, it's been > the fault of the version declaration in the web.xml. Did you declare > your webapp to be servlet/jsp spec that supports this kind of EL > expression? > > Any other thoughts on the matter from anyone?? > > -David > > Tinashe B Chipomho wrote: > &g

Tomcat 6 failing to evaluate EL expressions, Tomcat 6 bug?!!!!

2007-10-15 Thread Tinashe B Chipomho
Looks like my last post was not sucessful, Can someone please tell me this is not a bug in Tomcat 6, its too obvious and to some extend unacceptable I must be doing something wrong. Here is my problem, I have written my own custom component to display a div tag. the JSP is as follows:

Tomcat 6 failing to evaluate EL expressions, Tomcat 6 bug?!!!!

2007-10-14 Thread Tinashe B Chipomho
Please tell me this is not a bug in Tomcat 6, its too obvious and to some extend unacceptable I must be doing something wrong. Here is my problem, I have written my own custom component to display a div tag. the JSP is as follows: My Custom Tags Cat