Hi All,
I am using MyFaces 1.0.9 and I am tryin to pass additional parameters in the menu by doing something similar to this:
<x:commandNavigation id="nav_testparam" value="TestParams" action="go_test_params">
<f

aram name="type" value="type_value" />
<f

aram name="addParam" value="type-AdditionalParam" />
</x:commandNavigation>
My question is how and where do read these request parameters back? The Form is being submitted to the default page.
Any help will be appreciated.
Thanks.