Search:

Type: Posts; User: Scott Tavares; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    783

    Spring and TopLink

    What is the correct way to set the data object on the session? Should I be using the databaseLogin property or the dataSource property?

    My followup question to that is when I use the databaseLogin...
  2. Fixed

    The solution was to remove the spring-framework-1.2.7/lib/toplink/toplink-api.jar from the classpath. This jar is just provided to allow spring to compile correctly and is not ment to be used at...
  3. SPRING MOCK TOPLINK - Replace with real TopLink library to execute

    Hi all,

    I'm getting the following error when loading the LocalSessionFactoryBean in a Spring ClassPathXmlApplicationContext from a JUnit unit test:

    SPRING MOCK TOPLINK - Replace with real...
  4. Replies
    3
    Views
    974

    Hmmmm

    Don't know what that was all about... but I deleted the tree and re-checked it out and all is fine now. Sorry for the noise.
  5. Replies
    3
    Views
    974

    Ummm I found the class ToStringCreator in the the...

    Ummm I found the class ToStringCreator in the the spring source tree from the current cvs but it is in package org.springframework.core.ToStringCreator and not...
  6. Replies
    3
    Views
    974

    Compile New sources

    Hi all,

    I did a freash co of both spring and spring-rcp. I had no problem building spring but am having a bear of a time with spring-rcp. here is a the first error I get from the ant build:


    ...
  7. Replies
    10
    Views
    5,020

    Thanks Ollie for all your efforts, I'm in the...

    Thanks Ollie for all your efforts, I'm in the mist of trying out the FormBuilder based on the responses in this thread. And have posted other questions. In partictualr custom PropertyEditor. But...
  8. Replies
    10
    Views
    5,020

    Already have it another very good one is Abeille...

    Already have it another very good one is Abeille forms Designer from Jetaware. They both do a great job with jgoodies layout. How are you making out with getting what is generated from the tool and...
  9. Replies
    1
    Views
    1,592

    Creating a Custom PropertyEditor

    As per a tip from Ollie



    in this thread http://forum.springframework.org/showthread.php?t=15213 I'm trying to create a custom PropertyEditor. The one for the date picker got way too complex too...
  10. Replies
    10
    Views
    5,020

    Thanks...

    ...this is a big help.
  11. Replies
    10
    Views
    5,020

    special date pickers

    My custom date picker takes two parameters a JFormattedTextField (which is used in the binding ) and a string to name the control. So how would I pass thease two parameters to the PropertyEditor?...
  12. Replies
    10
    Views
    5,020

    Thanks Ollie! Is there a way to control the space...

    Thanks Ollie! Is there a way to control the space between the columns? Like the number of DLUs or PXs' and what if I want to disable a field ie. theComponent.setEnabled(false);

    thanks again for...
  13. Replies
    10
    Views
    5,020

    Building complex forms

    Awhile back I when I was first starting out into building rich GUIs.(Swing/SpringRCP,quite a bit to take on all at once) I posted this thread and mock up screen:...
  14. Ooopss

    looks like I had a classpath mishap with the base spring libs... think i solved it... sorry for the intrusion.
  15. org/springframework/core/io/ResourceLoader

    After not updateing the source code for a long time from cvs (please spare me the that's a dumb thing to to do comments) i'm trying to catch up. I've gotten everything to compile again but am now...
  16. Replies
    1
    Views
    1,054

    Dev Mail list...

    ...where is it for this project?

    TIA,
  17. Replies
    10
    Views
    2,686

    Hooo and its the ...

    Hooo and its the




    firePropertyChange(VALUE_PROPERTY, evt.getOldValue(), evt.getNewValue());



    in the PropertyAdapter class that should re-set the values in the bound controls on the...
  18. Replies
    10
    Views
    2,686

    thanks. Could you be kind enough to be sure that...

    thanks. Could you be kind enough to be sure that the file extention is named to .renametojar so that it does not get filtered by our e-mail server?

    stavares@doc.state.ri.us


    TIA
  19. Replies
    10
    Views
    2,686

    I'm having the same problem and the patch did not...

    I'm having the same problem and the patch did not work for me. Its strange. In the NetBeans debugger, the first time I call showDialog() in the wizard I can step through and see it call the...
  20. Replies
    3
    Views
    3,072

    This is the part I did not have. Thanks, this...

    This is the part I did not have. Thanks, this worked!!!
  21. Replies
    2
    Views
    1,536

    problem bigger than validation...

    Sorry Ollie,

    I may have posted this too soon. I'm having just basic issues dealing with date in general. I think I need to figuar out this whole prop. editor thing first before I can even start to...
  22. Replies
    3
    Views
    3,072

    Hi snpe, I'm trying to follow your example but...

    Hi snpe,

    I'm trying to follow your example but am having a little problem. You metion several classes, DefaultDateEditor, JCalendarExt, and JTextFieldDateChooser. Which one gets registered as the...
  23. Replies
    0
    Views
    791

    ValueCommitPolicy.FOCUS_LOST

    I'm using the following




    getFormModel().bind(istatusDate, "istatusDate",
    ValueCommitPolicy.FOCUS_LOST);
  24. Replies
    2
    Views
    1,536

    validation of a date field

    How do I validate a date field? like (gt or et today()) in a DefaultRulesSource class?
  25. Replies
    2
    Views
    943

    Cooooollllll!!!!

    This worked! Thanks.
Results 1 to 25 of 31
Page 1 of 2 1 2