vote up 0 vote down star

I have a Struts 1.2 based Web App which uses lot of scriptlet code in the JSP page, I wish to clean up the code by using JSTL.The Servlet Specification Level: 2.3 and JSP Specification Level: 1.2. I am using WSAD 5.1.

I tried using <c:if></c:if> tag, but I get the following error on building the project. "JSP Translate: unable to load if tag"

I have included the taglibs element for this tag library and also the TLD file in the appropriate folder.

I guess the container is not able to locate the tag handler.

It would be great if someone could share their thoughts on this.

flag

36% accept rate
To answer this question we need more info: what servlet container, what libraries you have installed, and what version of the servlet spec you are trying to use. JSTL changed a lot between servlet 2.3 and 2.4. – Mr. Shiny and New Jun 16 at 12:44

1 Answer

vote up 0 vote down

Make sure you're using a version of KSTL compatible with your servlet container. For example, JSTL 1.1 is only compatible with JSP 2.0 and above.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.