[jboss-dev-forums] [Design of JBoss Portal] - how to call a flex application from JBoss portal or from JSP
dilipreddy
do-not-reply at jboss.com
Fri May 23 00:34:35 EDT 2008
Hi,
I want the information regarding JBossPortal,
I want to call a flex application on JBossPortal, I think it will call through JSPs
please help me regarding this issue
My jsp page is:
<%@ page contentType="text/html; charset=iso-8859-1" language="java"
import="java.sql.*" errorPage="" %>
<%@ taglib uri="FlexTagLib" prefix="mm" %>
<mm:mxml source="Example2.mxml"/>
and Example2.mxml is:
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
<mx:Label text="Welcome" fontSize="15" color="red"/>
</mx:Application>
and the web.xml.......is
<?xml version="1.0"?>
<!DOCTYPE web-app PUBLIC
"-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
"http://java.sun.com/dtd/web-app_2_3.dtd">
<web-app>
<taglib-uri>FlexTagLib</taglib-uri>
<taglib-location>/WEB-INF/lib/flex-bootstrap-jsp.jar</taglib-location>
</web-app>
Error I am getting is:
javax.portlet.PortletException: org.apache.jasper.JasperException: Unable to initialize TldLocationsCache: java.util.zip.ZipException: invalid entry size (expected 573 but got 574 bytes)
Message: org.apache.jasper.JasperException: Unable to initialize TldLocationsCache: java.util.zip.ZipException: invalid entry size (expected 573 but got 574 bytes)
please help me regarding this:
Thanks in advance,
Regards,
Dilip
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152861#4152861
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4152861
More information about the jboss-dev-forums
mailing list