It seems it was a naming mistake, a typo. The setter must have the same name as the field for injection to work. I think it should work now.
Type: Posts; User: anderlin; Keyword(s):
It seems it was a naming mistake, a typo. The setter must have the same name as the field for injection to work. I think it should work now.
My project with Spring RCP:
http://pegadi.underdusken.no/browser/branches/pegadi2
It is not finnished, however, and I don't think it is any more useful than the sample apps. You might diagree,...
Thank you very much indeed!
Same error in my setup. Have you found out anything?
Hi
I have been on the vcs-commit-messages mailing list for some weeks now, and there have not been many commits lately. I have no experience in what is expected for a project like this, so I ask...
Yes, of course. But the reason for using this forum is then unclear for me. You might have better luck reading http://www.acegisecurity.org/suggested.html
Regards, Anders Båtstrand
I have written a FileBinder you might use:
<code>
import org.apache.log4j.Logger;
import org.springframework.binding.form.FormModel;
import...