I have been experiencing a problem with using the JSP tag statement
under OC4J and Live data Services (2.5) on a linux box.

JSP ------------------------------
<%@ taglib uri="FlexTagLib" prefix="mm" %>
   <mm:mxml source="filetoload.mxml" ></mm:mxml>


Stack trace -----------------------------------

basically any attempt to load an external application through my jsp
causes an exception to be thrown.

ava.lang.NullPointerException
        at
flex.webtier.server.j2ee.jsp.MxmlTagImpl.setupExternalCompileMxmlContext(MxmlTagImpl.java:569)
        at
flex.webtier.server.j2ee.jsp.MxmlTagImpl.compileExternal(MxmlTagImpl.java:423)
        at
flex.webtier.server.j2ee.jsp.MxmlTagImpl.doEndTag(MxmlTagImpl.java:339)
        at flex.bootstrap.BootstrapTag.doEndTag(BootstrapTag.java:62)

I know someone has seen this before, just a little hint as to the
proper direction to look would be very helpful.

Thanks

Reply via email to