Victor Lindberg wrote:
> 
> How can i do that?
> 
> <url-mapping id="pageB2">
>       <pattern value="/pageB/#{windowId}" />
> <view-id value="/pages/B.jsf" />
> </url-mapping>
> 
> OR 
> 
> <url-mapping id="pageB3">
>               <pattern value="/pageB" />
>               <view-id value="/pages/B.jsf#{windowId}" />
> </url-mapping>
> 
> DOES NOT WORKS!
> 
> 
> Gerhard Petracek wrote:
>> 
>> hi,
>> 
>> you have to map the window-id parameter in your prettyfaces config or you
>> use the server-side window-handler (which doesn't support e.g.
>> page-refreshes).
>> 
>> regards,
>> gerhard
> 
> 

-- 
View this message in context: 
http://old.nabble.com/%40ViewAccessScoped-does-not-work%21-tp32782652p32786386.html
Sent from the My Faces - Dev mailing list archive at Nabble.com.

Reply via email to