Hi Neil,
after i have commented navigation rules.
1<!-- <navigation-rule>
2<from-view-id>/test/portletViewMode.xhtml</from-view-id>
3<navigation-case>
4<from-outcome>success</from-outcome>
5<to-view-id>/test/success.xhtml</to-view-id>
6</navigation-case>
7<navigation-case>
8<from-outcome>failure</from-outcome>
9<to-view-id>/test/failure.xhtml</to-view-id>
10</navigation-case>
11</navigation-rule>
12-->
i am able to get the messages in the portlet page.
but page is not forwarding to success.xhtml as i have defined in save method return type is success.
here is the error i am getting
Unable to find matching navigation case with from-view-id '/test/portletViewMode.xhtml' for action '#{testModelBean.save}' with outcome 'success'

Any idea will be really greatful.
Please sign in to flag this as inappropriate.