Search:

Type: Posts; User: danzone; Keyword(s):

Search: Search took 0.04 seconds.

  1. Workaround

    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...
  2. ROO, Dojo and Spring.ValidateAllDecoration: howto have an alert when validation fails

    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.
    ...
  3. Flow id parameterization in a subflow call

    Hi all,
    is it possible to parameterize the flow id in a subflow state calling?



    <subflow-state id="parameterizedSubflow" flow="${flowScope.subflowId}" >

    <attribute-mapper>...
  4. Thank you Christian, and thanks for all your...

    Thank you Christian, and thanks for all your great work

    Daniele
  5. Yesterday I upgraded my Eclipse installation...

    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...
  6. Sorry, I meant the last one available in the...

    Sorry, I meant the last one available in the 1.0.x series.
  7. I turned back to Spring Web Flow 1.0.3 (I was...

    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...
  8. class...

    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...
  9. Spring IDE 2.1 and Web Flow 1: Class 'org...FlowExecutorFactoryBean' not found

    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...
  10. flowRedirect error in subflows with input parameters

    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...
  11. Replies
    7
    Views
    10,444

    I saw that the message was ...

    I saw that the message was
    org.springframework.binding.expression.EvaluationException: Expression [EvaluationAttempt@5585dc expression = myfrontend...
    This could mean only that it tried to...
  12. Replies
    7
    Views
    10,444

    I found the answers after several tries. The...

    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...
  13. Replies
    7
    Views
    10,444

    I call directly the parameter from inside the...

    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"%>

    <%@...
  14. Replies
    7
    Views
    10,444

    Set Action and string values

    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...
  15. Replies
    6
    Views
    2,944

    Hi, I'm a newbie and I had the same problem,...

    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"...
Results 1 to 15 of 15