Details
Description
After selecting a menu item in a contentStackMenu you cannot programmatically select a contentPane from the server side.
test case: mobitest/layout/contentStackMenu/contentStackMenuWithProgrammaticSelection.jsf
steps to reproduce:
1. select page 1
2. click the 'menu' button in the header
expected behaviour:
The commandButton actionListener sets the currentPane and the UI will update to that pane.
actual behaviour:
The commandButton actionListener sets the currentPane but the UI does not update to that pane
test case: mobitest/layout/contentStackMenu/contentStackMenuWithProgrammaticSelection.jsf
steps to reproduce:
1. select page 1
2. click the 'menu' button in the header
expected behaviour:
The commandButton actionListener sets the currentPane and the UI will update to that pane.
actual behaviour:
The commandButton actionListener sets the currentPane but the UI does not update to that pane
Issue Links
- depends on
-
MOBI-672 Client side api for contentStack using core rendering for JSP as well as JSF implementation
- Open
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #38315 | Mon Sep 30 11:16:07 MDT 2013 | philip.breau | - guard against all calls to UIComponent.findComponent() with a check for a null or empty string |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/submitnotification/SubmitNotificationRenderer.java
MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/contentstack/ContentStackRenderer.java MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/contentmenuitem/ContentMenuItemRenderer.java MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/button/CommandButtonRenderer.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #36996 | Wed Jul 17 11:45:46 MDT 2013 | judy.guglielmin | |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/contentstack/ContentStackRenderer.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #36993 | Wed Jul 17 11:20:29 MDT 2013 | judy.guglielmin | |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/webapp/layout/contentStackMenu/contentStackMenuSingle.xhtml
MODIFY /icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/webapp/layout/contentStackMenu/mobi836WithContentNavBar.xhtml MODIFY /icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/java/org/icefaces/mobile/layout/ContentStackMenu2.java MODIFY /icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/webapp/layoutComponents.html MODIFY /icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/webapp/layout/contentStackMenu/contentStackMenuWithProgrammaticSelection.xhtml |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #36992 | Wed Jul 17 10:15:06 MDT 2013 | philip.breau | |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/java/org/icefaces/mobile/layout/ContentStackMenu2.java
MODIFY /icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/webapp/layout/contentStackMenu/contentStackMenuWithProgrammaticSelection.xhtml MODIFY /icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/java/org/icefaces/mobile/layout/ContentStackMenu4.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #36974 | Tue Jul 16 12:56:01 MDT 2013 | judy.guglielmin | |
Files Changed | ||||
ADD
/icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/webapp/layout/contentStackMenu/mobi836WithContentNavBar.xhtml
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #36665 | Fri Jul 12 09:51:38 MDT 2013 | philip.breau | |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/webapp/layout/contentStackMenu/contentStackMenuWithCommandButton.xhtml
MODIFY /icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/java/org/icefaces/mobile/layout/ContentStackMenu2.java ADD /icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/webapp/layout/contentStackMenu/contentStackMenuWithProgrammaticSelection.xhtml |