I found the solution here http://blog.springsource.com/2009/11/17/spring-3-type-conversion-and-validation/. But it is still unclear why the conversion service doesn't work.
Type: Posts; User: alniks; Keyword(s):
I found the solution here http://blog.springsource.com/2009/11/17/spring-3-type-conversion-and-validation/. But it is still unclear why the conversion service doesn't work.
I have the same problem. Can anybody help? The strange thing is that when I bind many-to-many relationship to the set with <select multiple="true"..., the binding works perfectly without any...
Problem solved. The last step was to add
<binder>
<binding property...
to flow config. Now it works.
After studying request attributes I found what may be causing my problem. Here is how webflowViewActionStateHolder looks like:
[ViewActionStateHolder@1be32243 eventId = 'cancel', mappingResults...
Hi, I am new to webflow and have the following problem. It seems that my flow doesn't recognize the eventId when I pass it through the form submit. Here are my configurations:
edit.jsp page:
...