If the flow is just started and the view state is entered, then the occurred exception can not be handled correctly, because "snapshot is not exists" exception is thrown on exiting from the view...
Type: Posts; User: sergebg; Keyword(s):
If the flow is just started and the view state is entered, then the occurred exception can not be handled correctly, because "snapshot is not exists" exception is thrown on exiting from the view...
Thanks for a reply,
but, definitely this is not a case.
I am using spring* for a long time. I have been working with EA version and now I am using RC1.
After switching to "m4" in pom.xml I got strange errors. I have downloaded the new version from sourceforge, and now there no any errors.
Here is a stack trace:
java.lang.NoSuchMethodError:...
Thanks,
That anchor injection is not a problem. But I am thinking we need appropriate framework support.
Your method is not quite good. At this situation I prefer to use some dispatching page...
The answer is in FlowRedirect class. This class has just the flowId and a parameters map. It has no any support for the anchor. The class functionality can be extended, but this is the subject for a...
Spring just updates existing items. It is your responsibility to add a phone number or a fax number to the collection.
If the whole object (a phone number or a fax number) is replresented in the...
Spring do not use fields, but it uses property accessors. It does not linked to any types. All properties are accessed dynamically by use of reflection.
For example to extract the value for the...
The nested path has no explicit restrictions. You can use collections in collections, for example. To bind number, areacode, active and other you can use paths like the following:
...
To do something like this: :)
<input type="text" name="phonenumbers[0]" size="25" value="${applicantinfo.phonenumbers[0]}"/>
or like this:
<spring:bind path="applicantinfo.phonenumbers[0]">...
Hello!
I have found the webflow does not support anchors in view names. I have tryed to use the view name of the following kind:
<end-state id="finish" view="flowRedirect:browse#100">
The '#'...