In order to use the FlexTagLibrary, your web application must include the entire Flex application.
 
For information on adding Flex to your application,
- Cathy


From: Rob [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 09, 2005 2:09 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] FlexTagLib with NitroX

So, I’ve updated web.xml (for FlexTagLib URI and location), added flex-bootstrap.jar to necessary paths…

However, when I run this I get an NPE from bootstrap..stack trace begins with:

 

java.lang.NullPointerException
        flex.bootstrap.BootstrapTag.<init>(BootstrapTag.java:25)
        flex.bootstrap.BootstrapBodyTag.<init>(BootstrapBodyTag.java:14)

 

JSP Code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<%@ page language="java" contentType="text/html; charset=iso-8859-1" %>

<%@ taglib uri="FlexTagLib" prefix="mm" %>

<html>

<body>

      <mm:mxml source="/WEB-INF/src/mxml/AccountSetup.mxml" />

</body>

</html>

 

Anyone seen this; better corrected it?

 

TIA

 

Regards,

Rob


Reply via email to