Re: Help With Tomahawk and web.xml

2007-06-15 Thread weull
se; _5FidJsp0CalendarVar.init(document.getElementById('_idJsp0Span')); //--> /webcore.base/faces/myFacesExtensionResource/org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader/11819403/calendar.HtmlCalendarRenderer/images/calendar.gif

Re: Help With Tomahawk and web.xml

2007-06-15 Thread weull
first since there's no reason > to have requests for resources to be processed by any of the other > filters, but it shouldn't change the behavior, only the performance. > > You might try manually constructing a url and see if you can fetch a > resource that way. > >

Re: Help With Tomahawk and web.xml

2007-06-15 Thread weull
xtension filter resources are not being > served by your application? > > > On 6/15/07, weull <[EMAIL PROTECTED]> wrote: >> >> Ack, I'm sorry, it seems to be a false positive... On closer inspection, >> it >> seems that none of the css/javascri

Re: Help With Tomahawk and web.xml

2007-06-15 Thread weull
t it it > working. > > On 6/15/07, weull <[EMAIL PROTECTED]> wrote: >> >> Awesome! It's working. Using the second context-param you gave me >> showed >> that I was missing the commons-lang-2.1 jar in my classpath. I added >> that >> jar, an

Re: Help With Tomahawk and web.xml

2007-06-15 Thread weull
what this one does > > >For JSF 1.1 >org.apache.myfaces.validate >true > > > > On 6/15/07, Mike Kienenberger <[EMAIL PROTECTED]> wrote: >> No, having your jsp files inside WEB-INF should not matter. >> >> >>

Re: Help With Tomahawk and web.xml

2007-06-15 Thread weull
but you previously posted that the generated html is > pointing to the correct resources. > > Also, are you accessing your pages via a url ending .faces? Don't > access the url using .jsp. > > On 6/15/07, weull <[EMAIL PROTECTED]> wrote: >> >> I've redone

Re: Help With Tomahawk and web.xml

2007-06-15 Thread weull
the same thing as your faces > servlet. > The second filter mapping must point to a specific url: > /faces/myFacesExtensionResource/* > > You can find the detailed directions for setting it up here. > > http://myfaces.apache.org/tomahawk/extensionsFilter.html > > >

Re: Help With Tomahawk and web.xml

2007-06-15 Thread weull
Not sure if this helps or not, but I disabled the extension filter check and looked at the source in the debugger and found: _5FidJsp0_3A_5FidJsp1CalendarVar=new org_apache_myfaces_PopupCalendar(); _5FidJsp0_3A_5FidJsp1CalendarVar.initData.imgDir = "/webcore.base/faces/myFacesExtensionResource/or

RE: Help With Tomahawk and web.xml

2007-06-15 Thread weull
Changing the filter to map to *.faces give me this: http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";> com.p21csi.webcore.base

RE: Help With Tomahawk and web.xml

2007-06-14 Thread weull
I just tried that, still no dice :( Any other ideas? -- View this message in context: http://www.nabble.com/Help-With-Tomahawk-and-web.xml-tf3925209.html#a11132709 Sent from the MyFaces - Users mailing list archive at Nabble.com.

Help With Tomahawk and web.xml

2007-06-14 Thread weull
I have the following web.xml (I'm using Spring, MyFaces 1.1.5 and the jsf-spring integration library) and attempting to use Tomahawk 1.1.6: http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.