Hi,

 I feel the probelm in your faces-config.xml at navigation-rule
 I may be wrong since i have just started working on JSF. 
 U have not written <from-view-id> tag. Try that does it works.

<navigation-rule>
     <from-view-id>/index.jsp</from-view-id>    
    <navigation-case>
      <from-outcome>view-company</from-outcome>
<to-view-id>/secure/company/view.jsp?companyID=#{quickNewCompanyBean.companyID}</to-view-id>
      <redirect />
    </navigation-case>
  </navigation-rule> 

- Purvesh
--
View this message in context: 
http://www.nabble.com/Help-with-Navigation-rule-with-parameters-t1740878.html#a4732088
Sent from the MyFaces - Users forum at Nabble.com.

Reply via email to