I've a problem when I do the binding inside the render method of my
CometActor component.
I get the error message that my prefix ("player") is not bound to a
namespace.
My code is inspired from parts of the original chat app together with
some stuff from the "Comet" wiki article.
My old version was using six different CometActors and now I've tried to
put all of them into one single CometActor.
So, my major problem right now is, that something is wrong with the way
I bind things and use them in my HTML template.
Maybe somebody can have a look at it, I spend a couple of hours, but I
couldn't find the problem....
I attached the HTML as well as the scala source file.
thanks a lot!