i'm in the same boat, but i also need to configure spring web flow to do the same thing, and i can't figure out how to do it...do you have any ideas?
thanks
Richard F.
Type: Posts; User: Ruuzo; Keyword(s):
i'm in the same boat, but i also need to configure spring web flow to do the same thing, and i can't figure out how to do it...do you have any ideas?
thanks
Richard F.
i noticed that org.springframework..scripting.jruby.JRubyScriptUtils has this bit near the top:
As of Spring 2.5, this class supports JRuby 0.9.9, 0.9.9 and 1.0.x.
* Note that there is no...
i had hoped for the same thing, but yeah it doesn't do that kind of matching
thanks much
hello,
in the documentation for TransitionDefinition it mentions the settable properties "matchingCriteria", "executionCriteria", and "targetStateResolver"...the documention says how to specify...
thanks much!
I'm calling getFormObject() from within a doBind() override and am stuck with a try-catch block for dealing with its "throws Exception" signature...is there a particular reason doBind() does not have...
hi, i was looking for the same information and i stumbled upon this thread...BindException.ERROR_KEY_PREFIX works perfectly, but - i noticed it is now deprecated and the notes say to favor...