Hello, I downloaded the struts-html-el-1.2.8.tld and
dropped it in my Elipse workspace under the
WebContent/WEB-INF/tld directory where other
struts-html.tld, struts-logic.tld, etc. are.

In my JSP, I have 

<%@ taglib uri="http://struts.apache.org/tags-html-el";
prefix="html-el"%>

where http://struts.apache.org/tags-html-el is what is
given in the struts-html-el-1.2.8.tld.

Then, I used <html-el:form ...> <html-el:checkbox ...>
<html-el:hidden ...> in my JSP. But, I got runtime
error: "Unable to load tag handler class
org.apache.strutsel.taglib.html.ELFormTag"

I think that I should find the JAR for loading the
html-el tags, and put the JAR in the WEB_INF\lib
directory.  Where can I find the JAR for the html-el tags?

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to