remove the
extensionsFilter
*.jsf
instead wire it to your FacesServlet
extensionsFilter
Faces Servlet
Assuming you call it Faces Servlet.
Is there any difference?
Apart from this. You are using Facelets, right? So, why are there the
jsp-includes at the top of the tab
Gerald Müllan apache.org> writes:
>
> Hi,
>
> please do also append the corresponding snippet of your web.xml.
>
> cheers,
>
> Gerald
>
> On Jan 24, 2008 12:56 PM, Alvi yahoo.com> wrote:
> > Hi,
> >
> > I am trying to make a simple tab page. My code is..
> >
> > <%@ taglib uri="http://java
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://ja
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"%>
t:panelTabbedPane example
When I
4 matches
Mail list logo