I am using jstl in my jsps.  I don't have any extra stuff added to the web-app 
token in my web.xml file.  But the following works for me.

In my jsps, I have the lines:

<%@ taglib prefix="f" uri="http://java.sun.com/jstl/fmt"%>
  | <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core"%>
  | 
  | <h1><c:out value="${some.text}" /></h1>

In my servlet, I have some code that looks like:

request.setAttribute("some", obj);

where obj is an object of a class that has a getText method.

Then, I have both standard.jar and jstl.jar in my WEB-INF/lib directory.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952465#3952465

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3952465

All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to