Re: shale-282 - character encoding problem with remoting/ajax

2006-12-15 Thread Torsten Krah
Any hints about this - using latest trunk and the problem is still there :( Am Mittwoch, den 01.11.2006, 12:07 +0100 schrieb Torsten Krah: I am using german umlauts - the messages in the bundles are encoded in java unicode notation, works fine for all Message things. Now using remoting - its

Re: ViewController.prerender()

2006-12-15 Thread Torsten Krah
Thx for help. I got the point why prerender is not called - looking at the phaselistener there is following code in the beforeRenderResponse() method: ... Map map = event.getFacesContext().getExternalContext().getRequestMap(); String viewName = (String)

Re: ViewController.prerender()

2006-12-15 Thread Torsten Krah
Should have read the documentation again *shame on me - read it once in early stage, but doc is changing of cause and i have missed the dependency of the default mapping controller naming scheme and my beans are not named to comply the default mapping, after changing that it works. My fault,