Details
Description
The jsp carousel has no way of binding to a bean property or submitting it's current selected index. The hidden input is updated and submitted with the form post, but this isn't useful to the jsp form post handler.
Activity
Migration
created issue -
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #32123 | Mon Nov 12 17:39:08 MST 2012 | philip.breau | - make carouselBean sessionAttribute |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/samples/icemobilespring/src/main/java/org/icemobile/samples/springbasic/CarouselBean.java
MODIFY /icemobile/trunk/icemobile/samples/icemobilespring/src/main/java/org/icemobile/samples/springbasic/EchoController.java MODIFY /icemobile/trunk/icemobile/samples/icemobilespring/src/main/webapp/WEB-INF/views/inc/carousel-content.jsp |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #32127 | Mon Nov 12 22:52:45 MST 2012 | judy.guglielmin | |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/jsp/src/main/javascript/icemobile.js
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #32143 | Tue Nov 13 19:07:35 MST 2012 | judy.guglielmin | |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.carousel/carousel.js
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #32216 | Sun Nov 18 22:38:31 MST 2012 | judy.guglielmin | |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/jsp/src/main/javascript/icemobile.js
|
Migration
made changes -
Field | Original Value | New Value |
---|---|---|
Reporter | Migration [ remote ] | User Philip.breau [ philip.breau ] |
Migration
made changes -
Assignee | Steve Maryka [ steve.maryka ] | Judy Guglielmin [ judy.guglielmin ] |
Migration
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Philip Breau
made changes -
Fix Version/s | 1.2 Beta [ 10344 ] |
requires "name" binding for Spring to bind back the value to the backing bean....since using core rendering must make amenable for both jsf and asp