Rick Reumann wrote:

I feel stupid posting this, but his stack trace doesn't seem to help me pinpoint why my navigation to a follow up page after a backingbean method is invoked is not working. (I've checked the spelling this time, and the employeeForm.jsp is in the root dir)...

<navigation-rule>

Don't you need a <from-view-id> here?

      <navigation-case>

         <from-outcome>success</from-outcome>
         <to-view-id>/employeeForm.jsp</to-view-id>
      </navigation-case>
   </navigation-rule>



Reply via email to