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.
Judy Guglielmin
added a comment - - edited 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
rev 32122 has fix. However Spring backing bean is not session scoped so doesn't keep value for example through lifetime of example...may want to put to session scope?
Judy Guglielmin
added a comment - - edited rev 32122 has fix. However Spring backing bean is not session scoped so doesn't keep value for example through lifetime of example...may want to put to session scope?
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