Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    2,387

    Solved!

    I've solved it!

    In case anyone should ever run into the same problem:

    1. Add the following filter to your web.xml _before_ the DelegatingFilterProxy for Spring security:



    <filter>
    ...
  2. Replies
    1
    Views
    2,387

    Active Directory Character Encoding Problem

    Hi all,

    I am using Active Directory authentication and authorization, configured as follows:



    <bean id="contextSource"...
  3. Replies
    5
    Views
    5,386

    Have you been able to find a solution for this...

    Have you been able to find a solution for this problem?

    I'm facing the same problem - however for me it doesn't even work the first time.

    My Code:


    <script>
    Spring.addDecoration(
    new...
  4. Replies
    2
    Views
    1,539

    Yes, I know it is possible to change the...

    Yes, I know it is possible to change the browser's preferred locale. But unfortunately it's impossible to query this preference from Javascript (or at least there is no possibility that I know of)....
  5. Replies
    1
    Views
    1,450

    AFAIK, Spring web flow does not use...

    AFAIK, Spring web flow does not use PropertyEditor for binding at all.

    See the documentation chapter 4.7, conversion:
    ...
  6. Replies
    2
    Views
    1,539

    OK I got it now .... My approach was almost...

    OK I got it now ....

    My approach was almost correct, I just forgot to set parseOnLoad=true:



    <script type="text/javascript">
    var djConfig={
    locale: '${rc.locale.language}',...
  7. Replies
    2
    Views
    1,539

    Spring Javascript Locale

    Hi *,

    I have a locale problem with spring javascript and the DateTextBox decoration. This is my JSP code:



    <label for="startDate"><fmt:message key="options-top.searchoptions.from"...
  8. Replies
    11
    Views
    1,091

    Thanks for the link vladimir! Really a very...

    Thanks for the link vladimir! Really a very interesting read....
  9. Replies
    11
    Views
    1,091

    One more idea: Create a ProductForm class that...

    One more idea:

    Create a ProductForm class that has a product object as a property, and a string property for the comment. This way, you can avoid redundant code and the copying back and forth of...
  10. Replies
    11
    Views
    1,091

    You could add a comment property to your Product...

    You could add a comment property to your Product class and mark is as @Transient, so it is ignored by Hibernate.
  11. Replies
    11
    Views
    1,091

    Hmm, then why not add these fields to the domain...

    Hmm, then why not add these fields to the domain object? Where do you store the data?
  12. Replies
    11
    Views
    1,091

    I guess this depends on personal taste. From...

    I guess this depends on personal taste.

    From my point of view, creating a "...Form" class for each and every domain object that can be modified by the user is a lot of work and violates the DRY...
  13. Replies
    3
    Views
    594

    Because I asked a Spring Question in a Spring...

    Because I asked a Spring Question in a Spring Forum and people keep replying with answers that are neither related to Spring, nor to my question.
  14. Replies
    3
    Views
    594

    Frontpage??? Are you kidding me? I thought this...

    Frontpage??? Are you kidding me?
    I thought this was a Spring Forum ?!
    :confused:
  15. Replies
    3
    Views
    594

    Hmmmm, I guess you're talking about the...

    Hmmmm,

    I guess you're talking about the firefox addon?
    This won't help me at all :confused:
  16. Replies
    1
    Views
    1,331

    It seems that your problem is related to Apache...

    It seems that your problem is related to Apache Wicket, not Spring? At least I can't see anything related to Spring in your stacktrace. Maybe you should ask in the Wicket forum?
  17. Replies
    3
    Views
    594

    How to create a Bookmark Link

    Hi *,

    I'm sure you all know Google Maps and its "Link" feature - it generates a longish link with all the parameters that would normally be stored in the session, so that you can e-mail or skype...
  18. Replies
    4
    Views
    1,040

    Oh come on guys, did nobody ever do this before??...

    Oh come on guys, did nobody ever do this before??
    Sounds like a pretty common task to me...
  19. Replies
    1
    Views
    376

    the spring framework ?

    the spring framework ?
  20. Replies
    1
    Views
    766

    How to localize form:options

    Hi all,

    I have a form with a little combobox like this:


    <form:select path="timeAggregation" id="timeAggregation">
    <form:option value="DAILY" ><fmt:message key="DAILY" /></form:option>...
  21. I just discovered this log entry (interesting...

    I just discovered this log entry (interesting part marked in red). So the messages is there, but why is it not displayed anywhere apart from a DEBUG log entry???

    2010-02-19T10:12:29.764+0100 ...
  22. "Model binding resulted in errors", but where's the error message ???

    Hi guys,

    when I submit one of my forms in my webflow application, I can see this message in my logfiles:

    2010-02-19T09:32:08.937+0100 FINE ...
Results 1 to 22 of 22