I'm trying to run the Chat like in the Mobile Chat Example with the sourcecode:
here: http://code.google.com/p/primefaces/source/browse/examples/trunk/showcase/src/main/webapp/mobile/chat.xhtml http://code.google.com/p/primefaces/source/browse/examples/trunk/showcase/src/main/java/org/primefaces/examples/view/ChatView.java?r=7770 https://code.google.com/p/primefaces/source/browse/examples/trunk/showcase/src/main/java/org/primefaces/examples/view/ChatUsers.java?spec=svn7780&r=7770
Now to my problem: The whole think deploy and run well but if i want to insert a username and click on "Login" the ajax-loader.gif come up and then nothing happens i never come to the Chat. I found out that i get this response:
Error:
<?xml version='1.0' encoding='UTF-8'?>
<partial-response><error><error-name>class javax.el.PropertyNotFoundException</error-name><error-message><![CDATA[/index.xhtml @46,87 value="#{chatView.username}": Target Unreachable, identifier 'chatView' resolved to null]]></error-message></error></partial-response>
Where did i go wrong? please help..
BTW: I'm using Primefaces 3.4 and Glassfish 1.3.2 with enabled Websocket!