Damn... that would have been too easy!
Have you tried putting a breakpoint in the equals method of your objects to check if it's actually used? Or try putting one in ObjectUtils.nullSafeEquals()...
Type: Posts; User: jh@schaubroeck.be; Keyword(s):
Damn... that would have been too easy!
Have you tried putting a breakpoint in the equals method of your objects to check if it's actually used? Or try putting one in ObjectUtils.nullSafeEquals()...
As a first, there are some minor errors in your samples (first property is propertyA, missed out on one ')' at the end). I tried the first two as I was baffled that these didn't work. I used strings...
Should've checked the forums first, I could've mentioned you too in the mail I sent on the dev list, sorry. Anyways read:
http://www.nabble.com/Spring-RCP-Desktop-p18025500.html
Which basically...
We're still in a very early phase of the desktop project. We'll probably post a message when we think it's reasonable for users to look at it.
I would also like to note that, if there are people...
When overriding the DefaultConversionService, a number of converters are missing because these are normally added in the DefaultConversionServiceFactoryBean. So I would suggest you override that...
I just tried to two changes you've mentioned and got the correct behavior so I'm not sure where it goes wrong in your setup. Did you check if the injected values are correct and that there isn't a...
Have you tried to use the PropertyPlaceholderConfigurer of spring? This makes it possible to read in property files and use these as variables within your context. So you could use the...
This change was also described in the upgrading docs at the bottom:
http://spring-rich-c.sourceforge.net/1.0.0/user/upgrading/upgradingTo1.0.x.html
The images should be properly namespaced and...
It's allways nice to hear that Spring Richclient is used! If it's possible we can allways add a link in our 'Powerd By' page on the site.
The spring-richclient-tiger library has been renamed to...
The snapshot repository was a bit neglected indeed. I'll take note!
Regards,
Jan
Hi,
We've released version 1.0.0 of Spring Richclient. You can use the maven repository of Spring Rich to access the jars with maven or download the zip at sourceforge:
Maven repo:...
You could look upon the Spring Desktop as a new project with a lot of influence from Spring Richclient. We don't want to have all the bagage of the current codebase and have our hands tied. This is...
Is there a full stack trace you can show? If the application starts correctly and you only experience difficulties opening another window, the context should be alright.
There might be a problem in your context. If you've added several p: attributes, I would guess you should see them all in your screenshot under attributes. Have you tried extracting the problem to a...
I've used the p namespace to set the closeOnCancel on the petclinic sample and had no problem with it. Setting a debug point in the setter method showed that it was called correctly.
Strange that...
Hi,
As you may know, we had planned to have a Spring Richclient 1.0 release
somewhere at the end of Januari. It's March already and no release has
been pushed out. Don't start to panic just yet,...
Feel free to add it to the jira as an improvement:
http://jira.springframework.org
Kind Regards,
Jan
I've not yet encountered such a problem so a simple example could help determine the cause. However, if it's a pure form layout problem and you can create an example without any Spring RCP...
Do you have a patch with your proposed changes? I would like to see your changes.
Kind Regards,
Jan
I don't use the masterdetailform, but we use a JXTable and the Highlighters from swingx. You could have a look at that. If you still need some assistance, please provide a working sample of what...
Not sure what you mean here. Can you elaborate with a use case (summing up what you expect to happen with each user input)?
Do you refer to having an Employee selected and then filling a combobox...
Is the array empty at the time of the form construction? If not, what's the complete error trace you get?
Kind Regards,
Jan
Just tried your application and it ran fine.
One small remark: I'm running it on linux and it seems that the old default laf is used. Maybe you should provide eg a jgoodies laf which would make...
Have you tried registering custom converters? Normally if source type and destination type don't match, a search is done to find a converter between the two. If none is found an exception is raised....
I could have a look at it if you can provide a working example for this use-case. The code you pasted seems incomplete. Providing a zip with a working class file would be much easier to test against....