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...
Type: Posts; User: Scott Tavares; Keyword(s):
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...
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...
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...
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.
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...
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:
...
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...
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...
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...
...this is a big help.
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?...
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...
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:...
looks like I had a classpath mishap with the base spring libs... think i solved it... sorry for the intrusion.
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...
...where is it for this project?
TIA,
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...
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
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...
This is the part I did not have. Thanks, this worked!!!
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...
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...
I'm using the following
getFormModel().bind(istatusDate, "istatusDate",
ValueCommitPolicy.FOCUS_LOST);
How do I validate a date field? like (gt or et today()) in a DefaultRulesSource class?
This worked! Thanks.