[EMAIL PROTECTED] schrieb:
Edmond M. schrieb:
Edmond M. wrote:
Hi !
I've trying to use MyFaces-1.2.3 , Myfaces-orchestra , spring-2.5.4,
Facelets 1.1.14, tomcat-6.0.16 in my application. "od:dynaForm" is not
running; the tag is not rendered. It might have to do with a
misconfigured
"web.xml" file. Has any one succeeded using these libraries ? I'd
appreciated if I got a copy of his web.xml file. Here are the
versions I'm
using :
myfaces-1.2.3
springframework 2.5.4
openJPA 1.1.0
facelets 1.1.14
trinidad-1.2.8
myfaces-orchestra-core15-1.1-SNAPSHOT.jar
myfaces-orchestra-core-1.2-SNAPSHOT.jar
myfaces-orchestra-sandbox-1.0.a-SNAPSHOT.jar
tomahawk-1.1.7-SNAPSHOT.jar (needed for JSCookmenu); by the way, I'm
wondering whether there a drop-down menu compent in Trinidad.
The actual problem seems to be the combination of facelets 1.1.14 and
"orchestra:dynaForm". My application works if I use "orchestra:dynaForm"
without facelets; it doesn't work (orchestra:dynaForm isn't being
rendered)
if I use facelets, whatever version of facelets I use. Any idea ?
We (Mario and I) are using dynaform with facelets 1.1.13.
But it looks like no facelets taglib.xml is currently provided in the
sandbox jar. We've got one of course; I'll try to tidy it up and add
it to the sandbox today.
Just a warning: the orchestra core and core15 modules are stable and
well-tested. The sandbox stuff works for us, and we use it in
production systems. However there has been no testing with setups
other than what we use, the API is rather ugly, and documentation is
badly lacking. Of course you are very welcome to use it and we will
help where we can but there are no promises of stability or support
for anything in the orchestra sandbox. If you want to use this bit of
code, you may well find yourself reading the source...
Ok, I've just committed the needed bits to the sandbox. To try it out,
you can:
* svn checkout (or svn update if you already have the code)
* mvn clean install
I have *not* tested this at all, except to verify that it compiles.
Please let me know if it works for you.
Regards, Simon