From: dajevtic <nu...@jb...> - 2005-05-16 11:30:09
|
Ok, solved the problem myself. Using <%@ taglib uri="http://jakarta.apache.org/taglibs/core" prefix="c" %> instead of <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %> fixed it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877819#3877819 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877819 |