> Once again I'm stuck and I'm not sure what the problem is. Not sure if
> this is Shale or MyFaces related, but I'll post here first.
>
> Before the problem some background:
>
> <faces-config>
> <navigation-rule>
> <navigation-case>
> <from-outcome>success</from-outcome>
> <to-view-id>/employeeForm.jsp</to-view-id>
> </navigation-case>
> </navigation-rule>
>
Try adding a "from-view-id" to your navigation rule.
<navigation-rule>
<from-view-id>*</from-view-id>
<navigation-case>
<from-outcome>success</from-outcome>
<to-view-id>/employeeForm.jsp</to-view-id>
</navigation-case>
</navigation-rule>
Gary
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]