if i remove the jstl.jar an exception occures :
java.lang.NoClassDefFoundError: javax/servlet/jsp/jstl/core/ConditionalTagSupport
if i go to the url :
http://localhost:8080/hello1/response.jsp
i get : Hello, ${param.username}!
i tried also :
http://localhost:8080/hello1/response.jsp?username=sss
same thing : Hello, ${param.username}!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142903#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...