It's my understanding that the tomahawk component *creates* urls containing the /faces/* path in your response. The extensions filter then resolves those requests.
This does raise another question. Is there any reason why the extension filter has a *.jsf mapping? It would seem less confusing if the only mapping provided for the extension filter in the documentation and examples was the "/faces/*" path if the other mapping is unnecessary. On 12/21/05, CD <[EMAIL PROTECTED]> wrote: > That did not work as was expected since the /faces/* path is used nowhere in > my application. Thank you for the suggestion though :) > > > > > On 12/21/05, Mario Ivankovits <[EMAIL PROTECTED]> wrote: > > Hi ! > > > However, I am running into javascript errors resulting from > > > loadPopupScript not being defined as well as DateFormatSymbols not > > > being defined. > > You have to map the extension filter to /faces/* too. > > > > --- > > Mario > > > > > >

