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...
Type: Posts; User: marc.gorzala; Keyword(s):
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...
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...
Hallo,
is this problem solved? I have the same.
Regards,
Marc Gorzala
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...
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 ...
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...
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...
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...
Totally correct!
Marc Gorzala
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...
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...
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.
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"
...