let's make the question simple I write a jsp page, and a helper class named test.class, I put the class into the web-inf/classes folder In the jsp page, I want use the test.class. but when I import the class in the jsp page: <@ page import="test" %>, I was told the import test can not be resolved. How can I invoke my helper class in my jsp page?Why Jboss told me the helper class can not be resolved?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875349#3875349 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875349 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
