i try to use the arrayToCollectionConverter
follow the steps of
http://forum.springframework.org/showthread.php?t=59042
but, it wouldn't work
it always use the ...
Type: Posts; User: easyroom@163.com; Keyword(s):
i try to use the arrayToCollectionConverter
follow the steps of
http://forum.springframework.org/showthread.php?t=59042
but, it wouldn't work
it always use the ...
int my form bean (the model object) there is a property
private List<Integer> selectModels;
i try to bind a group of checkboxes to it
jsp:
<c:forEach items="${groupModelTypeList}"...
hello sama
I noticed this line
Caused by: ognl.MethodFailedException: Method "register" failed for object hsenidmobile.sdp.provisioning.service.impl.MockSer viceProviderRepositoryImpl@1ce669e...
<on-entry>
is child of state
put it in your view-state
i think you want to access a map sotred in the flowScope
use the evaluate will do
<evaluate result="flowScope.yourMap" expression="yourService.createYourMapMethod()" />
yourService can be any...
there is a el variable flowExecutionContext
you can pass it to your method
well to migrate you just need to use that bean (i don't remember the name, you can find it in the reference)to change your flow defination file, then switch the web flow dependency to 2.x. your...
why don't try <fmt:message>
the basic jstl is supported by almost all containers
hey, in the sample the render is child of on-entry like this
<on-entry>
<render fragments="hotelSearchFragment" />
</on-entry>
why don't take a glance at the webflow reference chapter 15. Upgrading from 1.0
all your needs is there
It seems like your set you use Dutch locale , but you expect the NumberFormatter format number as the English do.
have you tried set the NumberFormatter's Local to EN?