Details
Description
Recent component work includes:-
JSF:- commandButton now maintains own state, so no longer need to have application logic for support
JSP:- commandButton (included already in buttons example of icemobilespring).
See jsptagtest test app for new comfiguration of jsp tags for tabset, panelConfirmation, submitNotification and for menuButton (menuButtonItem, menuButtonGroup).
Note that the JSF attributes and JSP attributes are also the same with new tabSetControl tag (orientation support, etc).
JSF:- commandButton now maintains own state, so no longer need to have application logic for support
JSP:- commandButton (included already in buttons example of icemobilespring).
See jsptagtest test app for new comfiguration of jsp tags for tabset, panelConfirmation, submitNotification and for menuButton (menuButtonItem, menuButtonGroup).
Note that the JSF attributes and JSP attributes are also the same with new tabSetControl tag (orientation support, etc).
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #34536 | Thu Apr 25 11:58:41 MDT 2013 | philip.breau | - add menuButton example |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/samples/icemobilespring/src/main/webapp/WEB-INF/views/inc/panelconfirmation-content.jsp
ADD /icemobile/trunk/icemobile/samples/icemobilespring/src/main/webapp/WEB-INF/views/inc/menubutton-content.jsp MODIFY /icemobile/trunk/icemobile/samples/icemobilespring/src/main/java/org/icemobile/samples/spring/controllers/EchoController.java MODIFY /icemobile/trunk/icemobile/samples/icemobilespring/src/main/webapp/WEB-INF/views/inc/menu.jsp ADD /icemobile/trunk/icemobile/samples/icemobilespring/src/main/webapp/WEB-INF/views/menubutton.jsp ADD /icemobile/trunk/icemobile/samples/icemobilespring/src/main/java/org/icemobile/samples/spring/MenuButtonBean.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #34535 | Thu Apr 25 11:42:48 MDT 2013 | philip.breau | - add panelconfirmation example |
Files Changed | ||||
ADD
/icemobile/trunk/icemobile/samples/icemobilespring/src/main/webapp/WEB-INF/views/inc/panelconfirmation-content.jsp
MODIFY /icemobile/trunk/icemobile/samples/icemobilespring/src/main/java/org/icemobile/samples/spring/controllers/EchoController.java ADD /icemobile/trunk/icemobile/samples/icemobilespring/src/main/webapp/WEB-INF/views/panelconfirmation.jsp MODIFY /icemobile/trunk/icemobile/samples/icemobilespring/src/main/webapp/WEB-INF/views/inc/menu.jsp ADD /icemobile/trunk/icemobile/samples/icemobilespring/src/main/java/org/icemobile/samples/spring/PanelPopupBean.java ADD /icemobile/trunk/icemobile/samples/icemobilespring/src/main/java/org/icemobile/samples/spring/PanelConfirmationBean.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #34534 | Thu Apr 25 11:24:47 MDT 2013 | philip.breau | - update tabset example |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/samples/icemobilespring/src/main/webapp/WEB-INF/views/inc/tabset-content.jsp
MODIFY /icemobile/trunk/icemobile/samples/icemobilespring/src/main/java/org/icemobile/samples/spring/TabsetBean.java |