jollyplay
Programmer
- Dec 16, 2003
- 90
Hello,
I want to include JSTL in my struts frame work. When the particular page is open it shows Unable to load class choose
in a paruclar line
In JSP
<%@ taglib prefix="c" uri=" %>
.
.
<c:choose>
<c:when test="${type == 'edit'}">
<html:text property="startDate" styleClass="textbuttonborder" value="edit"/>
</c:when>
<ctherwise>
<html:text property="startDate" styleClass="textbuttonborder"/>
</ctherwise>
In web.xml
----------
<taglib>
<taglib-uri>jstl/c</taglib-uri>
<taglib-location>/WEB-INF/c.tld</taglib-location>
</taglib>
jstl.jar is in
WEB-INF\lib
Please let me know the problem what misktake made. what i have to do. Thanks in advance.
With regards,
balachandar.
I want to include JSTL in my struts frame work. When the particular page is open it shows Unable to load class choose
in a paruclar line
In JSP
<%@ taglib prefix="c" uri=" %>
.
.
<c:choose>
<c:when test="${type == 'edit'}">
<html:text property="startDate" styleClass="textbuttonborder" value="edit"/>
</c:when>
<ctherwise>
<html:text property="startDate" styleClass="textbuttonborder"/>
</ctherwise>
In web.xml
----------
<taglib>
<taglib-uri>jstl/c</taglib-uri>
<taglib-location>/WEB-INF/c.tld</taglib-location>
</taglib>
jstl.jar is in
WEB-INF\lib
Please let me know the problem what misktake made. what i have to do. Thanks in advance.
With regards,
balachandar.