Hi,
I have downloaded flamingo 2.2.0, Seam 2.2.0 and javafx. I have read and followed the tutorial within flamingo and tried to connect java fx to seam component.
All was going well until end - when i send a request to 'helloAction' i'm getting http 403 response. Why?
I have added flamingo servlet to the app, set the correct url to the HessianProxyFactory... Does using seam 2.2 requires some additional config?

How do you send the request?
How do you send the request? Please post Seam component and JavaFX script code.
The problem was on the seam
The problem was on the seam side - the component was not bound to the name i tried to reach it. The error got me a bit confused and it took me a while before i found the real problem..