I am adding jstl and tag files to an app that has neither. I'm getting
Tag 'insert' can't insert page '/content/paResultsContent.jsp'. Check if it exists. For input string: "${fn:length(pacode.value)}"
That
jsp it says it cannot insert is included in the response by a Tiles template tag. But the code mentioned in the error occurs in a tag file included by the jsp:
I am using the correct 1.1 taglib directive and the 1.1 jars. We are running WebSphere 6.1,
Java 1.5.0_30, JSP 2.0 and
Servlet 2.4. It works fine on my local RAD where the only difference I can see is that it's Java 1.5.0.
It does not invoke my error handler page. Is this a compilation problem? Where can I find more information on what is breaking? I can find nothing in the logs.