Re: [Tomahawk] pannelTabbedPane

2009-03-26 Thread Leonardo Uribe
Hi t:panelTabbedPane has a property called selectedIndex. regards Leonardo Uribe On Thu, Mar 26, 2009 at 9:09 AM, SANTINI, Rafael wrote: > Hi, > > In the action bean, how can I determine what is the selected tab? > > Thanks, > > Rafael Santini >

[Tomahawk] pannelTabbedPane

2009-03-26 Thread SANTINI, Rafael
Hi, In the action bean, how can I determine what is the selected tab? Thanks, Rafael Santini

Re: Tomahawk pannelTabbedPane tag

2008-01-24 Thread Gerald Müllan
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

Re: Tomahawk pannelTabbedPane tag

2008-01-24 Thread Alvi
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

Re: Tomahawk pannelTabbedPane tag

2008-01-24 Thread Gerald Müllan
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

Tomahawk pannelTabbedPane tag

2008-01-24 Thread Alvi
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