debug ideas for navigation issue?

The single navigation to another page I have in a project no longer works after switching from 1.1 to 1.2. I've checked and rechecked syntax differences and libraries, but run out of ideas to debug this further. Any thoughts would be appreciated.

Using Sun RI 1.2 - 1.2_04-b16-p02 via WTP 2.0

I can step through the entire method called by actionListener. The navigation to the new page just never occurs and no error messages.

<h:commandButton type="submit" value="Confirm Selections"

id="printJobs" action="success" onchange="submit()"

actionListener="#{ConfirmBean.onSubmitJobs}" />

<navigation-rule>

<from-view-id>/FormSelection.xhtml</from-view-id>

<navigation-case>

<from-outcome>success</from-outcome>

<to-view-id>/PrintConfirmation.xhtml</to-view-id>

</navigation-case>

</navigation-rule>

[1062 byte] By [paul@sdna] at [2007-11-27 11:18:28]
# 1

Have you tried downloading the source of the RI and stepping through the NavigationHandler implementation?

RaymondDeCampoa at 2007-7-29 14:31:05 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...