On 6/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Yes I have:
<navigation-rule>
<navigation-case>
<from-outcome>avanti</from-outcome>
<to-view-id>/home/home.jsp</to-view-id>
</navigation-case>
</navigation-rule>
Of my faces-config.xml.
<snip/>
Hold off on mix and matching faces-config navigation rules and dialog
configurations. This shouldn't be necessary, atleast in the dialogs
you've posted. It seems there is either a bug or the documentation you
quote does not match the behavior. In any case, as I said, I'll try to
track it down this weekend.
-Rahul
But if you look at the code I have attached,
org.apache.shale.dialog.faces.DialogNavigationHandler call advance on
dcontext (BasicDialogContext). BasicDialogContext.advance, in case the
viewId is null, return without call any view and DialogNavigationHandler
does not call original.handleNavigation(context, fromAction, outcome)...
Mario
<snap/>