JavaFX + Seam 2.2.0 - http 403 problem

  • nadirowski
Posted: Wed, 08/11/2010 - 23:10

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?

  • maxkatz
  • 02/17/10
  • Thu, 08/12/2010 - 07:40

How do you send the request? Please post Seam component and JavaFX script code.

The problem was on the seam

  • nadirowski
  • 08/10/10
  • Fri, 08/13/2010 - 04:40

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..