>From this post it looks as if your problem may be related to including xerces/xalan jar files in your web-inf/lib directory: http://www.webservertalk.com/archive80-2006-1-1341229.html.
Try excluding all xalan/xerces jar files and see if it works. Mike. On Nov 21, 2007 1:14 PM, ujjala <[EMAIL PROTECTED]> wrote: > > Hi, > > I have developed a complete application using Appfuse framework with > Struts > for MVC. The application has been developed in Websphere Application > developer 5.1 using the integrated Websphere Appliaction server and runs > perfectly , > I am exporting the complete project as an ear file and when I am trying > to > deploy the application on Websphere 5.1 application server, it gives the > following error > > [Servlet Error]-[<h3>Validation error messages from tag library > fmt</h3>java.lang.IllegalStateException: can't declare any more prefixes > in > this context<h3>Validation error messages from tag library > c</h3>java.lang.IllegalStateException: can't declare any more prefixes in > this context]: org.apache.jasper.JasperException: <h3>Validation error > messages from tag library fmt</h3>java.lang.IllegalStateException: can't > declare any more prefixes in this context<h3>Validation error messages > from > tag library c</h3>java.lang.IllegalStateException: can't declare any more > prefixes in this context > > I am using the taglibs.jsp > > <%@ page language="java" errorPage="/error.jsp" pageEncoding="UTF-8" > contentType="text/html;utf-8" %> > <%@ taglib uri="http://acegisecurity.org/authz" prefix="authz" %> > <%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %> > <%@ taglib uri="http://struts.apache.org/tags-bean-el" prefix="bean-el" %> > <%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %> > <%@ taglib uri="http://struts.apache.org/tags-html-el" prefix="html-el" %> > <%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %> > <%@ taglib uri="http://struts.apache.org/tags-logic-el" prefix="logic-el" > %> > <%@ taglib uri="http://struts.apache.org/tags-nested" prefix="nested" %> > <%@ taglib uri="http://displaytag.sf.net/el" prefix="display" %> > <%@ taglib uri="http://struts-menu.sf.net/tag-el" prefix="menu" %> > <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %> > <%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt" %> > <%@ taglib uri="http://java.sun.com/jstl/sql" prefix="sql" %> > <%@ taglib uri="http://www.opensymphony.com/sitemesh/decorator" > prefix="decorator"%> > <%@ taglib uri="http://www.opensymphony.com/sitemesh/page" prefix="page"%> > <%@ taglib uri="/WEB-INF/appfuse2.tld" prefix="appfuse2" %> > <%@ taglib uri="/WEB-INF/appfuse.tld" prefix="appfuse" %> > <%@ taglib uri="/WEB-INF/cewolf-1.1.tld" prefix="cewolf" %> > <%-- Set all pages that include this page to use XHTML --%> > <html:xhtml /> > > I have already checked out a lot of forums,but whataever solutions I have > found do not seem to work.(Like putting all relevant tld' s in the Web-inf > Any solutions!!! > > Thanks > > -- > View this message in context: > http://www.nabble.com/fmt-and-c-tag-library-tf4850036s2369.html#a13876853 > Sent from the AppFuse - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
