You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Richard Yee <ri...@gmail.com> on 2008/04/21 20:35:50 UTC

[Trinidad] Trinidad Dialog Framework and Spring WebFlow

Has anyone used the Trinidad Dialog Framework  with Spring WebFlow? If so,
can you share any tips that you may have on getting the two frameworks to
work together. I am a little confused on how to map the Trinidad dialogs
(view Id is dialog:someDialog) to the equivalent Spring flow. Since the
navigation with a Trinidad dialog is returned to the originating page
through the call to returnFromDialog(), there is not a view id to use in the
Spring Flow <transition on=" " attribute. Should trinidad dialogs be mapped
to Spring Flows at all or can only non-dialog navigation be used in Spring
Flows?

Thanks for any help in advance.

-Richard