[CODI] ViewAccessScoped beans without windowId in URL

2012-05-07 Thread Pavel Arnost
Hi, I already read documentation in the wiki and several old posts, but I don't still get it - is it possible to use ViewAccessScoped beans without windowId in URL? When I disable WindowContextConfig#isUrlParameterSupported, windowId is gone but AJAX calls now creates new bean instances on

scheduler tooltip not working with IE8

2012-05-07 Thread gebuh
I'm using tomahawk12 1.1.11 with Seam2.2 in jboss5.1, when I mouseover a scheduler entry in firefox, I get the tooltip, not with IE, at one point I had them in IE, but with no formatting(just plaintext) in ff and IE. Now I get no tooltip at all. I was using some custom CSS to change the look

Re: [CODI] ViewAccessScoped beans without windowId in URL

2012-05-07 Thread Mark Struberg
Hi Pavel! Welcome to the MyFaces list! The windodwId gets propagated in 2 ways: 1.) for GET requests we use the windowId parameter 2.) for POST requests we have it in our viewState. Thus the windowId should also be available in AJAX requests. But you don't need the URL parameter for it.