I assume you mean that you are having trouble running your application in a web 
page that is served by Tomcat, rather than in Tomcat itself. 

BXML binding only works for trusted code. Applets are not trusted by default. 
To use BXML binding in an applet, you will need to sign your code with a 
code-signing certificate.

G

On May 6, 2011, at 3:39 PM, Yang, Xing wrote:

> Hi,
>  
> I am new to apache pivot. I am exploring with the examples of the apache 
> pivot tutorial. I am able to run the stock tracker example from eclipse, but 
> I can’t get it to run in tomcat. I got error of 
> org.apache.pivot.beans.BindingException stockTableView is not accessible. 
> Other examples are running in tomcat. Any idea?
>  
> Thanks,
>  
> Xing

Reply via email to