RE: Help: html-el taglib in servlet 2.4 container

2005-11-20 Thread Karr, David
> -Original Message- > From: Wendy Smoak [mailto:[EMAIL PROTECTED] > > On 11/20/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Aha, I see what you mean now. > > I had this: > > <%@ taglib uri="/WEB-INF/struts-html-el.tld" prefix="html-el" %> > > > > Changed it to this: > > <%@

Re: Help: html-el taglib in servlet 2.4 container

2005-11-20 Thread Wendy Smoak
On 11/20/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Aha, I see what you mean now. > I had this: > <%@ taglib uri="/WEB-INF/struts-html-el.tld" prefix="html-el" %> > > Changed it to this: > <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html-el" %> > > And now things seem to work.

Re: Help: html-el taglib in servlet 2.4 container

2005-11-20 Thread ogjunk-taglib
Hi, --- Wendy Smoak <[EMAIL PROTECTED]> wrote: > On 11/20/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > You should not be using Struts-EL with Servlet 2.4/JSP 2.0. > > > > Are you saying I should get some other version of Struts that is > > Servlet 2.4/JSP 2.0-aware? Is there a Strut

Re: Help: html-el taglib in servlet 2.4 container

2005-11-20 Thread Wendy Smoak
On 11/20/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > You should not be using Struts-EL with Servlet 2.4/JSP 2.0. > > Are you saying I should get some other version of Struts that is > Servlet 2.4/JSP 2.0-aware? Is there a Struts 1.1 version that is > 2.4/2.0-aware? Since the container w

Re: Help: html-el taglib in servlet 2.4 container

2005-11-20 Thread ogjunk-taglib
Hi, Thanks for the pointers, but I've got some more questions. --- Wendy Smoak <[EMAIL PROTECTED]> wrote: > On 11/20/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > I just upgraded my servlet container and went from Servlet 2.3 to > > Servlet 2.4 API, and now I'm getting errors from Stru

Re: Help: html-el taglib in servlet 2.4 container

2005-11-20 Thread Wendy Smoak
On 11/20/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I just upgraded my servlet container and went from Servlet 2.3 to > Servlet 2.4 API, and now I'm getting errors from Struts' html-el > taglib: You should not be using Struts-EL with Servlet 2.4/JSP 2.0. Go back to the original Struts ta

Help: html-el taglib in servlet 2.4 container

2005-11-20 Thread ogjunk-taglib
Hello, I just upgraded my servlet container and went from Servlet 2.3 to Servlet 2.4 API, and now I'm getting errors from Struts' html-el taglib: /WEB-INF/component/LoginBox.jsp(22,16) According to TLD or attribute directive in tag file, attribute value does not accept any expressions' org.apache