Thanks a lot, it's solve the problem.
After your solution i've added another controller like:
<bean name="viewListController" class="x.z.y.ViewListContoller"> </bean>
Type: Posts; User: foxmarco; Keyword(s):
Thanks a lot, it's solve the problem.
After your solution i've added another controller like:
<bean name="viewListController" class="x.z.y.ViewListContoller"> </bean>
Good morning,
the scenario is:
- spring 3.1
- spirng webflow 2.2.
My configuration:
Which is the class/method where SpringWebflow 3 bind the model when in view state there is model attribute set? And how can i customize it?
Thanks a lot
There are no problems.. only reduce codes. In my application i've a lot of FormBeans (and of course a lot of Model) so i'd like to engineering this pattern in some way
Good mornig,
in my last application i've implemented some FormAction where there are some generic attributes and one is a model VTO like:
public MyFormBean {
private String att1;
...
where is the problem?
and how is possible two differente model...
modelAttribute="fileUploadModel
and
model="jobApplicationForm"
Ok i can say now i'm going to crazy!!!!
I try to post here all my code.. becouse now i cant understand where are the problems.
Flow
<view-state id="viewInsert"...
i use FormAction with swf views like:
<view id="pippo">
/** NO BIND HERE */
</views>
FormAction with two methods:
i've done.. wath my first post:
<mvc:annotation-driven conversion-service="applicationConversionService" />
<bean id="applicationConversionService"...
i suppose you're talking about:
<webflow:flow-builder-services id="flowBuilderServices" view-factory-creator="mvcViewFactoryCreator" conversion-service="defaultConversionService"/>
...
Good morning,
i can't understand how to modify my spring source to be complient with spring 3.x and SWF 2.2.x.
This is my config and tell me if is correct plz:
<mvc:annotation-driven...
Thanks for the answer,
i've already read the javadoc about ExceptionTranslationFilter and everything is clear...
but in my case i've a AuthenticationException and i'd like redirect to my...
Hallo everybody,
i've a problema with my configuration that not able to solve...
here my conf:
<security:http use-expressions="true"...
any idea? or soluzion?
thanks
excuse me,
i've the same problem of post 4 (dabasov) how to fix it?
- i've just checked attribute model of view-state
- i've just checked correct MessageContext use
- i've tried:
...
Thanks, for replay but:
1- in this momente how use the ConversionService in non Spring3 enviroment (i'm using spring 2.5.6)
2- When i will use spring3 is it possible to configure...
Hi everybody,
i'm attending to evolve my code to spring 3 + SWF 2.2 but.... in this moment i'm worinking with spring 2.5.6 + SWF 2.0.9.
I've read the new spring 3 documentation where suggests...
Any solution? Code Example?
ok... but if i need of my userContainer in a service bean... which is the correct way?
Use ONLY the SecurityContex or use bean with session scope????
Becouse i can't understand yet...
Thanks for the answer,
1- It's corret about dont put the userContaier in the http session (is copy past of old code
2- Then i'm not able to understand this: "Next to that you are already...
Good morning everybody,
first of all apologies my english...
In my last project i've written an application with spring-security but i've found a problem and i dont know if is my bug or spring...