Have a look at the Seam Framework's seamdiscs example.
It uses both Trinidad and RichFaces. Have not tried it myself, though.
For example it makes this slightly mysterious statement in trinidad-config.xml:
<!-- Improve a4j compatibility -->
<accessibility-mode>inaccessible</accessibility-mode>
[EMAIL PROTECTED] wrote:
Hi,
We're very happy using Trinidad components on Facelets, running on a
Glassfish (v2) server, hence using the Sun RI JSF implementation. One of
the few features that Trinidad is missing is drag-and-drop support. I
tried to add it via the "Ajax4Jsf" (a4j) approach of RichFaces, which
has the ability to add AJAX functions to existing JSF components.
However, I did not succeed in my attempt. It seems tuning the web.xml is
a very delicate matter. Every time I try to add RichFaces, the whole
application breaks.
Does someone have any experience with the combination of Trinidad
components, Facelets pages, Sun RI JSF implementation and additional
RichFaces / Ajax4JSF components? Or does anybody have a alternative
suggestion on how to add drag-and-drop support to Trinidad components?
Best regards,
Bart Kummel
PS
I already asked a similar question on the RichFaces user forum
(http://jboss.com/index.html?module=bb&op=viewtopic&t=137717), but it
seems very quiet there...