Hi Arvind,

Thanks a lot.
But I did in my code as you said.
But still action is not firing.
So is it issue erlated to myfaces.jar ?
Please help.

Thanks
sandip


Mr Arvind Pandey wrote:
> 
> Hi Sandip !
> 
>      I have used <t:jscookMenu> in my application and
> it is working fine.
> 
>    I think you have to write your navigation rule as
> below: 
> 
> <navigation-rule>
>        <from-view-id>*</from-view-id>
>        <navigation-case>
>            <from-outcome>admin</from-outcome>
>            <to-view-id>/admin.jsp</to-view-id>
>        </navigation-case>
> </navigation-rule> 
> 
>              OR
> 
> <navigation-rule>
>        <from-view-id>/fromPage.jsp</from-view-id>
>        <navigation-case>
>            <from-outcome>admin</from-outcome>
>            <to-view-id>/admin.jsp</to-view-id>
>        </navigation-case>
> </navigation-rule> 
> 
>      Hope it will help you.
> Regards ..
> Arvind Pandey
> 
> 
> 
> --- Sandip <[EMAIL PROTECTED]> wrote:
> 
>> 
>> 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.
>> 
>> 
> 
> 
> 
>               
> __________________________________________________________
> Yahoo! India Answers: Share what you know. Learn something new
> http://in.answers.yahoo.com/
> 
> 

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

Reply via email to