---------- Forwarded message ----------
From: Avaneesh Arora <[EMAIL PROTECTED]>
Date: Apr 5, 2005 7:44 PM
Subject: MyFaces <x:commandNavigation>
To: [EMAIL PROTECTED]


 

Hello Manfred, 

Gruesse !! 

I have one question regarding commandNavigation: 

Can I pass additional parameters to commandNavigation like this? 

    <x:commandNavigation id="nav_ems_testparam" value="TestParams"
action="go_test_params">
        <f:param name="type" value="type_value" />        
        <f:param name="addParam" value="type_AdditionalParam" />                
        </x:commandNavigation> 
 

Now how and where can I get these values in my JSP? 

Basically, my JSP will be invoked from different command navigation
menu items  and each will pass it's respective parameter list to the
JSP. The action is working fine and I am able to see the JSP page, but
I do not know how and where can I process these additional parameters.

Any help will be appreciated. 

Thanks, 
Avaneesh Arora

Reply via email to