Re: FacesConstants.VIEW_NAME_RENDERED - requestMap parameter is missing, so prerender gets not called.

2007-05-23 Thread Gary VanMatre
>From: Torsten Krah [EMAIL PROTECTED] > >In the ViewPhaseListener, the view going to be rendered it taken from >the requestMap. > >Using JSF/Shale this works fine. > >String viewName = (String) map.get(FacesConstants.VIEW_NAME_RENDERED); > >Using JSF, ViewController and SWF - viewName gets null -

FacesConstants.VIEW_NAME_RENDERED - requestMap parameter is missing, so prerender gets not called.

2007-05-23 Thread Torsten Krah
In the ViewPhaseListener, the view going to be rendered it taken from the requestMap. Using JSF/Shale this works fine. String viewName = (String) map.get(FacesConstants.VIEW_NAME_RENDERED); Using JSF, ViewController and SWF - viewName gets null - the VIEW_NAME_RENDERED is not in the map. Searche