My apologies. Was not in the correct frame of mind.
You can specify an outcome directly as the value for an action attribute.
Make sure that the action outcome is present in the faces configuration file
in one of the navigation rules.

~madhav
On 4/4/07, Jatin <[EMAIL PROTECTED]> wrote:


Can't I use hardcoded actions (which are allowed in JSF RI).


Madhav Bhargava wrote:
>
> action needs to be specified as an EL expression -
> Something like - #{someBean.someActionMethod}
>
>
>
> On 4/4/07, Jatin <[EMAIL PROTECTED]> wrote:
>>
>>
>> I am using tomahawk menu to perform navigation. I have coded the action
>> attribute, but it is not working. Here is the code
>>
>>        <t:jscookMenu layout="hbr" theme="ThemeIE" id="menu"
>> rendered="true"
>> >
>>            <t:navigationMenuItem itemLabel="Employee">
>>                <t:navigationMenuItem itemLabel="Search By Id"
>> action="empById"/>
>>                <t:navigationMenuItem itemLabel="Search By Name"
>> action="empByName"/>
>>                <t:navigationMenuItem itemLabel="Add" action="addEmp"/>
>>            </t:navigationMenuItem>
>>        </t:jscookMenu>
>>
>> What am I missing
>> --
>> View this message in context:
>>
http://www.nabble.com/action-not-working-in-t%3AnavigationMenuItem-tf3524173.html#a9831896
>> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>>
>>
>
>
> --
> When I tell the truth, it is not for the sake of convincing those who do
> not
> know it, but for the sake of defending those that do
>
>

--
View this message in context:
http://www.nabble.com/action-not-working-in-t%3AnavigationMenuItem-tf3524173.html#a9832529
Sent from the MyFaces - Users mailing list archive at Nabble.com.




--
When I tell the truth, it is not for the sake of convincing those who do not
know it, but for the sake of defending those that do

Reply via email to