IN PROGRESS - issue SWF-720: Multiple checkboxes to Collection mapping
http://jira.springframework.org/browse/SWF-720
This commit is contained in:
@@ -251,7 +251,7 @@ public class ViewState extends TransitionableState {
|
||||
while (it.hasNext()) {
|
||||
ViewVariable variable = (ViewVariable) it.next();
|
||||
if (logger.isDebugEnabled()) {
|
||||
logger.debug("Destroying " + variable);
|
||||
logger.debug("Restoring " + variable);
|
||||
|
||||
}
|
||||
variable.restore(context);
|
||||
|
||||
@@ -108,8 +108,8 @@ public abstract class AbstractMvcView implements View {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the formatter registry to use to expose formatters for field values.
|
||||
* @param formatterRegistry the formatter registry
|
||||
* Sets the service to use to expose formatters for field values.
|
||||
* @param conversionService the conversion service
|
||||
*/
|
||||
public void setConversionService(ConversionService conversionService) {
|
||||
this.conversionService = conversionService;
|
||||
|
||||
Reference in New Issue
Block a user