Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    353

    Thanks a lot, it's solve the problem. After...

    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>
  2. Replies
    2
    Views
    353

    No adapter for handler ERROR

    Good morning,

    the scenario is:

    - spring 3.1
    - spirng webflow 2.2.

    My configuration:
  3. Replies
    3
    Views
    758

    Which is the class/method where SpringWebflow 3...

    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
  4. Replies
    3
    Views
    758

    There are no problems.. only reduce codes. In my...

    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
  5. Replies
    3
    Views
    758

    Mapping model and sub-object

    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;
    ...
  6. where is the problem? and how is possible two...

    where is the problem?
    and how is possible two differente model...

    modelAttribute="fileUploadModel
    and
    model="jobApplicationForm"
  7. Replies
    7
    Views
    1,360

    Ok i can say now i'm going to crazy!!!! I try...

    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"...
  8. Replies
    7
    Views
    1,360

    i use FormAction with swf views like:

    i use FormAction with swf views like:

    <view id="pippo">


    /** NO BIND HERE */

    </views>

    FormAction with two methods:
  9. Replies
    7
    Views
    1,360

    i've done.. wath my first post: ...

    i've done.. wath my first post:



    <mvc:annotation-driven conversion-service="applicationConversionService" />

    <bean id="applicationConversionService"...
  10. Replies
    7
    Views
    1,360

    i suppose you're talking about: ...

    i suppose you're talking about:




    <webflow:flow-builder-services id="flowBuilderServices" view-factory-creator="mvcViewFactoryCreator" conversion-service="defaultConversionService"/>


    ...
  11. Replies
    7
    Views
    1,360

    ConversionService + NumberFormatter

    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...
  12. Replies
    2
    Views
    819

    Thanks for the answer, i've already read the...

    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...
  13. Replies
    2
    Views
    819

    403 AccessDenied

    Hallo everybody,

    i've a problema with my configuration that not able to solve...

    here my conf:




    <security:http use-expressions="true"...
  14. any idea? or soluzion? thanks

    any idea? or soluzion?

    thanks
  15. excuse me, i've the same problem of post 4...

    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:



    ...
  16. Replies
    3
    Views
    1,565

    Thanks, for replay but: 1- in this momente how...

    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...
  17. Replies
    3
    Views
    1,565

    ConversionService / PropertyEditor / Bind

    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...
  18. Replies
    6
    Views
    1,725

    Any solution? Code Example?

    Any solution? Code Example?
  19. Replies
    6
    Views
    1,725

    ok... but if i need of my userContainer in a...

    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...
  20. Replies
    6
    Views
    1,725

    Thanks for the answer, 1- It's corret about...

    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...
  21. Replies
    6
    Views
    1,725

    SecurityContextHolder vs session-scope

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