13538 次
2 に答える
9
SpringMVCとSpringWebflowは、タイプコンバーターの異なる階層を使用します。したがって、
が<mvc:annotation-driven ...>
必要ですがorg.springframework.core.convert.ConversionService
、が<webflow:flow-builder-services ...>
必要org.springframework.binding.convert.ConversionService
です。
于 2010-06-15T15:16:41.393 に答える
0
上記のコードでは、super(Date.class)
代わりにsuper(StringToDateTwoWayConverter.class)
.
于 2012-04-07T02:47:53.550 に答える