Great, now it's ok, with Tomahawk 1.1.3. Many Thanks. The problem was that the MyFaces 1.1.3 files were released together with Tomahawk 1.1.2 (there was no Tomahawk 1.1.3 available).
Another question: When i change to Tomahawk 1.1.3 then i have still old stuff (eg. Javascript, css) in the Browser cache. For me it is no problem because i know that, and i just clear the cache. But, what i do with the users. Is there a way to clear or to invalidate their Browser cache? -----Original Message----- From: Mike Kienenberger [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 13. Juli 2006 20:57 To: MyFaces Discussion Subject: Re: JScookmenu gif not found Yes, you're going to have issues using non-similar release versions prior to version 1.1.3. Tomahawk and myfaces libraries can only be mix-and-matched from version 1.1.3 onward. So you cannot use 1.1.2 and 1.1.3 together. On 7/13/06, Boeckli, Dominique <[EMAIL PROTECTED]> wrote: > Mike, > > Many Thanks for your reply. I used tomahawk-1.1.2.jar, > myfaces-impl-1.1.3.jar, myfaces-api-1.1.3.jar. > > I'm going to try Tomahawk 1.1.3. > > Greetings > > Dominique > > -----Original Message----- > From: Mike Kienenberger [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 13. Juli 2006 20:28 > To: MyFaces Discussion > Subject: Re: JScookmenu gif not found > > I fixed a problem like this at the end of 2005. (Probably after > MyFaces 1.1.1.). > > I'd recommend trying the most recent version of MyFaces/Tomahawk to > make sure you've picked up those bug fixes. > > > On 7/13/06, Boeckli, Dominique <[EMAIL PROTECTED]> wrote: > > Hi Folks, > > > > I have following problem with the JScookmenu: > > > > The internal gifs are not displayed when accessing my page the first > > time. After reload the picture are there. > > When i close the page and I clear all cached data in the browser > (incl. > > The cookies) and I call the same page Again I get the same problem > > again. > > > > Following is the URL to the picture: > > http://tpfssw.eds.ch:8080/TPFlogWeb/faces/myFacesExtensionResource/o > > rg > > .a > > pache.myfaces.renderkit.html.util.MyFacesResourceLoader/11527865/nav > > me > > nu > > .jscookmenu.HtmlJSCookMenuRenderer/ThemeOffice/;jsessionid=09C25C770 > > F3 > > 0F > > BB0EB1CBE6FF73268A3arrow.gif > > > > The URL is wrong. Should be in front of the jsessionid! > > The correct URL should be: > > http://tpfssw.eds.ch:8080/TPFlogWeb/faces/myFacesExtensionResource/o > > rg > > .a > > pache.myfaces.renderkit.html.util.MyFacesResourceLoader/11527865/nav > > me > > nu > > .jscookmenu.HtmlJSCookMenuRenderer/ThemeOffice/arrow.gif;jsessionid= > > 09 > > C2 > > 5C770F30FBB0EB1CBE6FF73268A3 > > > > The URL is wrong. Should be in front of the jsessionid! > > > > In fact, the error happens when I delete the cookies or when the > > cookies are not there yet (first call). > > > > With IE i get this problem only at first call, but then i am not > > able anymore to reproduce it, even when i clear the cookies and the > > offline > > > data. > > In Firefox I can reproduce it whenever i delete the cookies. > > > > After reload of the page the URL is the following: > > > > http://tpfssw.eds.ch:8080/TPFlogWeb/faces/myFacesExtensionResource/o > > rg > > .a > > pache.myfaces.renderkit.html.util.MyFacesResourceLoader/11527865/nav > > me nu .jscookmenu.HtmlJSCookMenuRenderer/ThemeOffice/arrow.gif > > > > No jsessionID, and the image is there! > > > > I got this problem with all Tomahawk version. No i am using: > > tomahawk-1.1.2.jar > > > > I checked the examples on Irian's page: Same problem under the > > condition that the jsf page is called directly without any jsf page > > in > between: > > > > How to reproduce it: - Use Firefox (with IE it is harder to > > reproduce it but the effect is worser, red crosses) > > - clear all cached data (incl. Cookies) > > - call: > http://www.irian.at/myfaces/jscookmenu.jsf > > - effect: no right arrows and blank.gif > > - reload > > - magic: right arrows (arrow.gif) are there and > > blank.gif as well > > > > Many thanks for your help > > > > Greetings > > > > Dominique > > >

