Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    30
    Views
    3,615

    mkuredjian's solution was the right solution for...

    mkuredjian's solution was the right solution for me. It is the right way to have your schema versions defined in your xml files.
  2. Replies
    30
    Views
    3,615

    I am having the same issue. The site seems to be...

    I am having the same issue. The site seems to be down.
  3. This is something we are experiencing with Tomcat...

    This is something we are experiencing with Tomcat when running our application (Maven with war packaging) within STS 2.8.0. When we manually deploy the produced war file in stand-alone Tomcat (same...
  4. Thanks! I am running 2.8.1 now. Was leaving out...

    Thanks!
    I am running 2.8.1 now.
    Was leaving out 'Search dependency for ...' , as I indicated above, also somthing of the new m2e?
    If yes, what was it replaced with?
  5. "Enable Maven Dependencies" missing in STS 2.8.0

    I am using STS 2.8.0 and before I have used it since it first came out.
    I noticed that in 2.8.0 I miss the "Enable Maven Dependencies" and consequenlty "Disable Maven Dependencies" when I select a...
  6. Replies
    14
    Views
    3,633

    Did you solve your problem? If so, how? I am...

    Did you solve your problem? If so, how?
    I am having the same problem in Eclispe, but in Netbeans everthing goes fine.
  7. My Eclipse 3.3.2 with Spring IDE does not contain...

    My Eclipse 3.3.2 with Spring IDE does not contain the the Commons logging and the installation intructions indicate that one should not check the dependencies because those are only for 3.2.x. Why am...
  8. Replies
    0
    Views
    750

    #springBind to array element

    Hi,

    Is it possible to bind to an element of a class property instead of binding to the class property itself? In this case my class property is a 2D array "numbersArray" with its getter and setter...
  9. Replies
    4
    Views
    4,721

    Hi, I hope will help you and others out. Try...

    Hi,

    I hope will help you and others out.
    Try this. It a different approach, but still it let you do whatever you want before the view is presented.
    It may seam a lot, but it is self-documenting...
  10. Replies
    1
    Views
    837

    Binding problem Spring 2.0 / SWF 1.0

    Hi There,

    Since I migrated my application from SF 1.2.8 / SWF 1.0 RC3 to SF 2.0 / SWF 1.0, I have been experiencing a particular problem with binding data to my web form. I migrated, did all what...
  11. Replies
    1
    Views
    927

    Create your own User class that implements...

    Create your own User class that implements org.acegisecurity.userdetails.UserDetails and call SecurityContextHolder.getContext().getAuthentication().getPrincipal().
    It should work if you got things...
  12. Replies
    4
    Views
    21,275

    Check the Spring Framework API, class...

    Check the Spring Framework API, class OpenSessionInViewFilter, the discussion on singleSession.
  13. Hi, You can start by working with logging...

    Hi,

    You can start by working with logging while developing.
    Add a log statement as the first statement within in each method and at crucial locations within your code, to trace the execution of...
  14. Validating field that is not part of formObject

    Hi out there,

    I would like to know how to validate a field that is not part of formObject.
    I have a formObject of type class User. I use a conversation to request that user information from the...
  15. Replies
    1
    Views
    750

    Hi lasher169, You could try something like...

    Hi lasher169,

    You could try something like this:

    1. subclass formAction
    2. Define a wrapper method to wrap the method you actually want to call and which may throw an axception.
    The wrapper...
  16. Thanks guys. I found the origin of the problem....

    Thanks guys. I found the origin of the problem.
    I think I have been making to may hours on this.
    I had {$conversationScope.userinfo} instead of ${conversationScope.userinfo}.
    SWF saw that as a...
  17. The problem is still there. I call...

    The problem is still there.
    I call $conversationScope.userinfo and SWF expects a String as argument.
    The typo was when preparing the post.
  18. That was a typo because of the search and replace...

    That was a typo because of the search and replace I perform on the code before I post it. You understand that, for example, "com.company" is a placeholder.

    Sorry for that!
  19. Hi, userinfo is of type User. As a matter of...

    Hi,

    userinfo is of type User. As a matter of fact bindig is done as it should.
    The xml definition of the formAction tells you that with the formObjectClass property.
    This is piece of what I have...
  20. String type expected by SFW when invoking AnnotatedAction. Why?

    Hi,

    I am submitting this problem so I can move forward and also as a contribution to this community,
    which I recently joined.
    I have been integrating for about three months now, Spring...
  21. entry-actions inside action-state?!?

    Hi,

    I migrated from RC1 to RC2. Separate from that, I solved that problem by omitting the entry-actions part. I thought it was supposed to accept that. NOTE: I am just trying things out here....
  22. Having that same problem!

    Hi,

    I am having the same problem. Did you solve it since you posted it?
    I have this:
    <action-state id="doWhatYouHaveToDo">
    <entry-actions>
    <action bean="formAction"...
Results 1 to 22 of 23