Please open an issue in our issue tracker with this information.

If you feel up to up, feel free to provide a patch as well as that
will make getting it fixed happen faster.


On Wed, Sep 5, 2012 at 12:13 PM, Sergio Vieira Rolanski
<ser...@strategos.com.br> wrote:
> Yes, it does work.
>
>
> 2012/9/5 Mike Kienenberger <mkien...@gmail.com>
>
>> If you manually specify the dynamicTabs.js script on your page, does it
>> work?
>>
>> On Wed, Sep 5, 2012 at 9:07 AM, Sergio Vieira Rolanski
>> <sergio.strate...@gmail.com> wrote:
>> > I just upgraded MyFaces/Tomahawk to version 2.0. Got it 98% working, one
>> of
>> > the things that is giving me problems is that PanelTabbedPane component
>> is
>> > not doing client-side tab switching. Looking at the request and the
>> > generated HTML, noticed MyFaces is not adding the "dynamicTabs.js" to the
>> > response.
>> >
>> > My configuration for web.xml: (which I copied from the tomahawk example
>> WAR
>> > file)
>> >
>> >     <context-param>
>> >         <description>Default adicionado para evitar mensagem no
>> > log</description>
>> >
>> <param-name>org.apache.myfaces.CHECK_EXTENSIONS_FILTER</param-name>
>> >         <param-value>true</param-value>
>> >     </context-param>
>> >     <context-param>
>> >         <description>Default adicionado para evitar mensagem no
>> > log</description>
>> >         <param-name>org.apache.myfaces.ADD_RESOURCE_CLASS</param-name>
>> >
>> >
>> <param-value>org.apache.myfaces.renderkit.html.util.DefaultAddResource</param-value>
>> >     </context-param>
>> >     <context-param>
>> >         <description>Default adicionado para evitar mensagem no
>> > log</description>
>> >         <param-name>org.apache.myfaces.RESOURCE_VIRTUAL_PATH</param-name>
>> >         <param-value>/faces/myFacesExtensionResource</param-value>
>> >     </context-param>
>> >
>> >     <!-- Servlet padrĂ£o do MyFaces -->
>> >     <servlet>
>> >         <servlet-name>FacesServlet</servlet-name>
>> >         <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
>> >         <load-on-startup>1</load-on-startup>
>> >     </servlet>
>> >
>> >     <servlet-mapping>
>> >         <servlet-name>FacesServlet</servlet-name>
>> >         <url-pattern>*.jsf</url-pattern>
>> >     </servlet-mapping>
>> >
>> >     <servlet-mapping>
>> >         <servlet-name>FacesServlet</servlet-name>
>> >         <url-pattern>/faces/*</url-pattern>
>> >     </servlet-mapping>
>> >
>> >     <!-- 5. MyFaces -->
>> >     <filter>
>> >         <filter-name>MyFacesFilter</filter-name>
>> >
>> >
>> <filter-class>org.apache.myfaces.webapp.filter.ExtensionsFilter</filter-class>
>> >     </filter>
>> >
>> >     <filter-mapping>
>> >         <filter-name>MyFacesFilter</filter-name>
>> >         <url-pattern>*.jsf</url-pattern>
>> >     </filter-mapping>
>> >
>> >     <filter-mapping>
>> >         <filter-name>MyFacesFilter</filter-name>
>> >         <url-pattern>/faces/*</url-pattern>
>> >     </filter-mapping>
>>

Reply via email to