Search:

Type: Posts; User: marc.gorzala; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    166

    Dealing with file uploads correctly

    Hallo,

    I implemented a Fileupload as described in the reference-manual:

    with for example a kind auf this view-state:



    <view-state id="uploadFile" model="uploadFileHandler">
    <var...
  2. Replies
    2
    Views
    1,907

    Hello, I also have the problem of reacting on...

    Hello,

    I also have the problem of reacting on the occurrence of Exceptions. For instance when a user upload something in a view, there can occure Exceptions when the connections between the...
  3. Hallo, is this problem solved? I have the same....

    Hallo,
    is this problem solved? I have the same.
    Regards,
    Marc Gorzala
  4. Invoking validation for groups (JSR 303)

    Hallo,

    I wanted to use JSR-303 Beanvalidation. Basic configuration is pretty easy to set up and complete validation of Beas is easy. But normally I use webflow to collect data for one model over a...
  5. Replies
    1
    Views
    661

    Hallo, I fixed the error myself: I used an...

    Hallo,

    I fixed the error myself:

    I used an too old xml-schema. When I switched from http://www.springframework.org/schema/webflow-config/spring-webflow-config-2.0.xsd" to ...
  6. Replies
    1
    Views
    661

    Problem configuring Beanvalidation

    Hallo,

    I tried to user JSR 303 Beanvalidation. I followed the reference documentation so I first configured a validator


    Added the neceassary dependencies to the Classpath and than I tried to...
  7. Yes I use one commandbean for all states. Each...

    Yes I use one commandbean for all states. Each state has its one validation method that gets executed automatically when leaving the state. And sure validation happens when leaving a state not when...
  8. You are right I want to validate in an...

    You are right I want to validate in an action-state. Autamatic Validation when leaving the viewstate is not sufficient:

    Lets say you leave from C to A to redit something. Than you click next in...
  9. Totally correct! Marc Gorzala

    Totally correct!

    Marc Gorzala
  10. You can configure an application-context for a...

    You can configure an application-context for a flow by adding someting like the following:

    This ads the application-context with the given file. There you can define the action an configuere them...
  11. Invoking the Validator manually - or a slightly unusal

    Hallo,

    lets say, I have a serial Flow where the user is guided through the following states:


    A -> B -> C -> D

    On each Screen the user has a button called next. This saves the input an...
  12. Replies
    2
    Views
    416

    Sorry I don't understand this hint

    is this something jsf-related? I don't use jsf.

    I using now this "workaround":



    I don't know wheter this is the best way to achive what I need. But it works :-)

    Thank you for your reply.
  13. Replies
    2
    Views
    416

    Feeding the input-values of a flow

    Hallo,

    I have a flow that should take a parameter on startup. So reading the reference my first guess was:



    <flow xmlns="http://www.springframework.org/schema/webflow"
    ...
Results 1 to 13 of 13