Hi, please do also append the corresponding snippet of your web.xml.
cheers, Gerald On Jan 24, 2008 12:56 PM, Alvi <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to make a simple tab page. My code is.. > > <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%> > <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%> > <%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%> > <html> > <head> > <title>t:panelTabbedPane example<title> > </head> > <body> > <center> > <f:view> > <t:panelTabbedPane width="400" bgcolor="#cddcf6" > align="center" > serverSideTabSwitch="false" > selectedIndex="0"> > <t:panelTab label="First"> > <h:form id="form1"> > <t:outputText value="Client Side First Tab Content."/> > </h:form> > </t:panelTab> > <t:panelTab label="Second"> > <h:form id="form2"> > <t:outputText value="Client Side Second Tab Content." /> > </h:form> > </t:panelTab> > </t:panelTabbedPane> > </f:view> > </center> > </body> > </html> > > When I run, I got following error.. > > "ExtensionsFilter not correctly configured. JSF mapping missing. JSF pages not > covered. Please see: http://myfaces.apache.org/tomahawk/extensionsFilter.html" > > I have setuped extension filter on web.xml file. Still I have same error. > Any one has any idea??? > > -- http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces

