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.

LieGrue,
strub



----- Original Message -----
> From: Pavel Arnost <pavel.arn...@loutka.cz>
> To: users@myfaces.apache.org
> Cc: 
> Sent: Tuesday, May 8, 2012 12:07 AM
> Subject: [CODI] ViewAccessScoped beans without windowId in URL
> 
> 
> 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 requests. In
> javadoc, there is a note about "server-side window-handler", how can I 
> use
> it?
> 
> Thanks,
> Regards,
> Pavel Arnost
> -- 
> View this message in context: 
> http://old.nabble.com/-CODI--ViewAccessScoped-beans-without-windowId-in-URL-tp33763549p33763549.html
> Sent from the MyFaces - Users mailing list archive at Nabble.com.
> 

Reply via email to