Search:

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

Search: Search took 0.01 seconds.

  1. This is not working for me

    I added the line:


    // Use initializer
    initializer.setPropertyEditorRegistrar(new StringTrimmerRegistrar());

    and an private class:


    private class StringTrimmerRegistrar implements...
  2. Problem with Spring MVC requestMethod mapping and multipart attachements

    Hi,

    I think this might be a bug.
    I'm using Spring 3.0.5.

    I have a Spring form with attachements so I use enctype="multipart/form-data" to retrieve the attachements.
    However, then, a...
  3. Replies
    4
    Views
    1,080

    still not understanding date formatting...

    Hi, I still don't understand one thing about date formatting.

    I'm looking at the petclinic sample with Spring 3:

    When you edit a pet, the WEB-INF/jsp/pets/form.jsp page displays very well the...
  4. SecurityError with applicationContext.xml file

    Hi all,
    I'm new to Spring Actionscript (but not to Spring).
    I'm trying to use a applicationContext.xml file in a Flex application but I get a SecurityError exception because of the access to the...
  5. ContextSourceAndDataSourceTransactionManager not working in version 1.3 ?

    Hello,
    I want to combine a SQL transaction with a ldap transaction.
    I try to use a ContextSourceAndDataSourceTransactionManager transaction manager as it is documented in Spring-Ldap.
    But I'm...
  6. Replies
    2
    Views
    888

    It's me again After some study, I think I will...

    It's me again

    After some study, I think I will implement it using an HandlerInterceptor in Spring MVC.
    So I would use:
    - Acegi for Authentication and predefined role based rules
    - Spring MVC...
  7. Replies
    2
    Views
    888

    It's me again, just for people intersted in this...

    It's me again,
    just for people intersted in this subject there is an intersting post:
    http://forum.springframework.org/showthread.php?t=36999
  8. Replies
    2
    Views
    888

    Forcing the user to choose a profile

    Hi,

    I have an application using Spring MVC and Acegi where I want my users to:
    - be forced to authenticate --> OK with Acegi filters
    - for some users (depending on some values in the database),...
  9. Thanks Jandrla, 1. So if I wanted to retrieve...

    Thanks Jandrla,

    1. So if I wanted to retrieve my custom User class from the session in all my JSP pages not using the Acegi taglib, how would I do that ? What key does it use to store it in the...
  10. Thanks again And: - Can I use the jstl core...

    Thanks again

    And:

    - Can I use the jstl core taglib if I wanted to use "foreach" and "if" ? and if yes how?

    Thanks
    Gilles
  11. Thank you very much for your answer. Actually...

    Thank you very much for your answer.

    Actually my user domain object is not an instance of the acegi User class

    - What if my user has a Company object, can I do:
    <authz:authentification...
  12. Accessing my MyUser domain object from every JSP (from session?)

    Hi everyone,

    I've read the documentation and I still don't have a clear understanding of the best way to do what I need.

    Once a user is logged in the system, I want to be able to display all...
Results 1 to 12 of 12