Simplica

ProductsLearnPurchaseSupportDemoDownload
  [Search] Search   [Recent Topics] Recent Topics  
action in menucell can't do navigation
Forum Index -> Menu
Author Message
caroline


Joined: 09/18/2007 23:52:27
Messages: 1
Offline

Hi,

I have a cell in the menubar like below:

<e:menucell value="Login" action="#{horizontalNavigatorBean.login}" ajax="false"/>

and in horizontalNavigatorBean login is declared as follows:

public String login()
{
return "login";
}

In faces-config.xml I have the following navigation rule to direct the user to login.jsp.

Code:

<navigation-rule>
<description>Global navigation rules.</description>
<from-view-id>*</from-view-id>
<navigation-case>
<from-outcome>login</from-outcome>
<to-view-id>/login.jsp</to-view-id>
</navigation-case>
</navigation-rule>

but still it does not carry out the navigation to another page.
adina_mihai
Simplica Team

Joined: 04/01/2007 00:00:00
Messages: 183
Offline

This fix will be available next week, when we'll have a maintenance release. Thank you for your interest in our components.
adina_mihai
Simplica Team

Joined: 04/01/2007 00:00:00
Messages: 183
Offline

ECruiser Suite v1.1.4-beta is now available. The navigation works if you set ajax property at menucell's level (like you did), without setting ajax on menubar.
 
Forum Index -> Menu
Go to:   
Powered by JForum 2.1.7 © JForum Team
Home   |  News   |  Contact   |  About   |  License   |  Privacy   |  Documentation
Copyright © 2009 Simplica Corporation. All rights reserved.