Is it possible to use flashvars with JBoss?
Posted
by
Aikanaro
on Stack Overflow
See other posts from Stack Overflow
or by Aikanaro
Published on 2010-12-27T17:45:54Z
Indexed on
2010/12/27
17:54 UTC
Read the original article
Hit count: 292
Hi,
I'm part of a team developing a product using JSF 2.0 and I was asked to investigate the possibility of including FusionCharts free in the app. I have tried different ways of inserting a simple chart in a JSF page but with no luck.
On of the methods involves using the elements OBJECT and EMBED but hhen I try to use them I get a "null source" error from JBoss. From what I could find online (through Google), I am under the impression that 'flashvars' isn't quite compatible with JBoss. Is anyone here able to confirm this? If this is the case, what workaround would you suggest me?
Other ways I also found online didn't show the chart not even an error message.
Thanks in advance.
© Stack Overflow or respective owner