Dear colleagues, I am currently developing simple tags using JBoss 4.0. I have written a simple tag handler class that extends a SimpleTagSupport.
I have created a *.tld file for this tag handler and stored this under the WEB-INF folder for simplicity. I then created a JSP page to use the tag making sure that the uri property is set to reflect what is entered in the tld file. Programmatically, the code works fine because I have tested this on Tomcat 5.5.7. When I deploy the application on JBoss AS 4.0, it does not complain. But when I call the JSP page containing the tag, I get the org.apache.jasper.JasperException + Unable to load tag handler class error. I suspect there must be something wrong with my development environment or with JBoss. Please help, if you can. Many thanks in advance. Richard. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876037#3876037 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876037 ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
