1 Jun 2007 05:58
RE: Clay jsfid="form" not working
JS Portal Support <support <at> jsportal.com>
2007-06-01 03:58:43 GMT
2007-06-01 03:58:43 GMT
Gary,
Your comments made give another closer look at the components on my pages
that did not work. It turned out that a mall formatted object and embed tag
for a flash file caused the problem. I had the following ugly tag that
worked before I used clay. (There must be better ways but when I build it I
just stuck with what worked):
<param name="movie" value="<h:outputText value="
#{webappLabels['imagePath.public.home.flash']}"/>" />
Now, however, I have an equally ugly solution that works:
<param name="movie" value="<span jsfid="outputText" value="
#{webappLabels['imagePath.public.home.flash']}" allowbody="false"></span>"
/>
Is there a more elegant way to use EL in clay outside the known components,
or would I need to build my own component?
Thanks,
Joost
-----Original Message-----
From: Gary VanMatre [mailto:gvanmatre <at> comcast.net]
Sent: Friday, June 01, 2007 2:15 AM
To: user <at> shale.apache.org
Subject: RE: Clay jsfid="form" not working
>From: "JS Portal Support" <support <at> jsportal.com>
>
(Continue reading)
.
Here are my files:
Java class, which should get the values from the jsf-components. The method
setup exits with the string "failed", cause toid == null.
RSS Feed