I think the major problem are the damn core and xml libs. Magnolia-4.4.5 runs a 2.4 Servlet Version (according to the web.xml in MagnoliaAuthor WEB-INF) so these uri's should work:
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@ taglib prefix="x" uri="http://java.sun.com/jsp/jstl/xml" %> but they don't. neither do <%@taglib uri="http://java.sun.com/jsp/jstl/core_rt" prefix="c" %> <%@ taglib prefix="x" uri="http://java.sun.com/jsp/jstl/xml_rt" %> and <%@taglib uri="http://java.sun.com/jstl/core_rt" prefix="c" %> <%@ taglib prefix="x" uri="http://java.sun.com/jstl/xml_rt" %> Think I'm giving up here... -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=35c62a29-777c-4787-93c9-5215b7823acd ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
