As a workaround, I've bypassed Spring/Dojo validation, removing decoration on submit button, and leaving decorations on single fields: this decorations are useful because add attribute aria-required...
Type: Posts; User: danzone; Keyword(s):
As a workaround, I've bypassed Spring/Dojo validation, removing decoration on submit button, and leaving decorations on single fields: this decorations are useful because add attribute aria-required...
Hi all, I'm using Roo for an e-commerce application. I've used all Spring tools to perform input validation client and server side with Spring JS-Dojo and bean validation.
Everything works fine.
...
Hi all,
is it possible to parameterize the flow id in a subflow state calling?
<subflow-state id="parameterizedSubflow" flow="${flowScope.subflowId}" >
<attribute-mapper>...
Thank you Christian, and thanks for all your great work
Daniele
Yesterday I upgraded my Eclipse installation (3.4.0 Ganymede) with Ganymede SR1 (version 3.4.1): I downloaded it and then imported my workspace in it.
I couldn't re-install soon Spring IDE because...
Sorry, I meant the last one available in the 1.0.x series.
I turned back to Spring Web Flow 1.0.3 (I was using 1.0.5, the last available version) but things didn't change: I'm getting the same error.
So I disabled Beans and WebFlow validation, and I do the...
class org.springframework.webflow.v1.config.FlowExecutorFactoryBean isn't in WebFlow package, it is in the file org.springframework.ide.eclipse.webflow.core_2.1.0.v200808011800.jar, in plugins...
Hi all,
I have upgraded my installation of Spring IDE 2.0.x on Ganymede to Spring IDE 2.1. No problem on upgrade but soon after I got following validation error on a project where I use Spring...
Hi,
I have a subflow for searching users in a database. This search is conditioned by some general search parameters, provided by calling flow.
One of the end states is a 'New Search state', so...
I saw that the message was
org.springframework.binding.expression.EvaluationException: Expression [EvaluationAttempt@5585dc expression = myfrontend...
This could mean only that it tried to...
I found the answers after several tries.
The problem is that WebFlow try to evaluate the expression. In case of numbers or booleans you can use directly the value itself, and it will be interpreted...
I call directly the parameter from inside the jsp:
<%@ include file="/WEB-INF/jspf/pageheader.jspf"%>
...
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form"%>
<%@...
Is it possible to set a string value in a set action?
I have a flow and need to pass a parameter to a jsp (parameter name is 'graphdesc' and its value is 'myfrontend', needed for dynamically build...
Hi, I'm a newbie and I had the same problem, solved thanks to your informations.
But I have question to clarify to me how things work:
I had this flow:
<view-state id="displayResults"...