Hi All,

I'm trying to use th JSCookMenu 

my jsp is:

<h:form>
     <t:jscookMenu layout="hbr" theme="ThemePanel"> 
            <t:navigationMenuItem itemLabel="Admin" action="admin" /> 
     </t:jscookMenu>
</h:form>


my navigation rule:

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

I want to open another page when I hit Admin menu.But nothing action is
happening when I click on Admin menu.

Any suggession ?

Thnaks in advance
 Sandip Patil



 

-- 
View this message in context: 
http://www.nabble.com/Regarding-jscook-memu-tf2140496.html#a5907663
Sent from the MyFaces - Users forum at Nabble.com.

Reply via email to