Search
Recent Topics
action in menucell can't do navigation
Forum Index
->
Menu
Author
Message
09/19/2007 00:00:21
Subject:
action in menucell can't do navigation
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.
09/19/2007 12:53:28
Subject:
Re:action in menucell can't do navigation
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.
09/26/2007 10:00:33
Subject:
Re:action in menucell can't do navigation
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:
Select a forum
General
DataTable
Tree
Menu
Tab
Layout
Window
Calendar/Date Input
Lookup/Suggest Input
Powered by
JForum 2.1.7
©
JForum Team
Home
|
News
|
Contact
|
About
|
License
|
Privacy
|
Documentation
Copyright © 2009 Simplica Corporation. All rights reserved.