I have add filter, after that it also dosen't work.
I saw javascript and css has been added back in returned html.

<link rel="stylesheet"
href="/webapp/faces/myFacesExtensionResource/tabbedpane.HtmlTabbedPaneRenderer/11302665/defaultStyles.css"
type="text/css" />
<script 
src="/webapp/faces/myFacesExtensionResource/tabbedpane.HtmlTabbedPaneRenderer/11302665/dynamicTabs.js"
type="text/javascript"><!--

//--></script>
<style rel="stylesheet" type="text/css"><!--
#_id1 .myFaces_panelTabbedPane_activeHeaderCell input,
#_id1 .myFaces_panelTabbedPane_pane,
#_id1 .myFaces_panelTabbedPane_subHeaderCell{
background-color:black;
}

--></style>

The myfaces website said I don't have to do any other configuration
after configure this filter, it will fetch js, css resource from
myfaces.jar automaticly.

Should I have to put a directory /faces/myFacesExtensionResource/* explicitly?



On 3/8/06, Mike Kienenberger <[EMAIL PROTECTED]> wrote:
> Make sure you  have properly configured the extensions filter.  Note
> that the extensions filter web page was out of date until recently, so
> double-check your settings
>
> http://myfaces.apache.org/tomahawk/extensionsFilter.html
>
> It sounds like you might be missing the
>
> /faces/myFacesExtensionResource/*
>
> mapping.
>
>
> On 3/7/06, Anthony Hong <[EMAIL PROTECTED]> wrote:
> > When use  <t:panelTabbedPane bgcolor="black"> with facelet,
> > It looks work fine, but click different button, it will show
> > javascript error. I saw that its javascript required by
> > panelTabbedPane was not written back.
> > I had to add these resource by manual.
> > Does it mean it can only be used with JSP page?
> >
> > And this panelTab fetch all page and show different div when clicking
> > tab, isn't it?
> > Is that anyway to fetch data from remote when clicking tab?
> >
> > --
> >
> > Anthony Hong
> >
>


--

Anthony Hong

Reply via email to