Right now I'm still working on it.
When I'm finished, I'll post it to forum.
Type: Posts; User: neunistivlija; Keyword(s):
Right now I'm still working on it.
When I'm finished, I'll post it to forum.
I wanted to view/edit pictures on my forms. Pictures are stored in database as BYTE (Informix).
I managed to solve my problem by myself after I had posted a long post - it was my typo.
Anyway,...
Thanx, Larry, for your interest in the topic.
I'll provide some examples. There's a chance, of course, that I misunderstood something, but, let's see...
I'll start a new topic with my examples.
Yes, I am. I turned on debug level for Acegi and saw that every request for an image, that is part of secured page, is redirected to unsecured URL.
OK. But, I have the same set of images for...
Hi, everyone!
My web site consists of two parts: something like a portal (though it's a regular web app) and a real web application that requires login etc. Both parts use the same set of assets...
Thanx, ge0ffrey, you gave me an idea: I will override ComboBox renderer and editor for enums so they shows properties for my enum values.
Here it is:
Step 1) Override SimpleValidationResultsReporter
I want to display the "oldest" message:
public class CustomValidationResultsReporter extends
...
Hi, everyone!
A question regarding Enums and I18N. I have a multilanguage rich client application and wish that my users see data in combo boxes in their own language.
My enums are defined...
I did what Larry proposed to do and it worked (though not without pain)! If you are still interested in the topic, I can post my code to forum.
Bye,
neunistivlija
I payed a little bit more attention to the difference in stack traces you pointed out.
It seems that there are two exceptions, but the first is displayed as a result of these lines in...
Yes, I can see what you're talking about.
As far as I know, those stack trace are generated from exactly the same source - I just changed debug level between runs.
But I can't reproduce it till...
The difference between posts exists because in the second post I switched to DEBUG level for Spring and provided more stack trace.
The interesting part is that problem arises when committing, but...
I surely am getting hit by that difference...
Now what? Is that a bug? How to workaround that? How to set Spring property editors in Spring RCP application? Will it be fixed in either Spring or...
I read those lines in AbstractFormModel, but didn't try to trace with DEBUG level or debugger. I will try that...
Considering alternate conversion service - no, I haven't specified it, at least not...
Ok, I can see from the stack trace that it breaks in Spring.
The question is: how do I register custom property editor/converter in Spring RCP?
In Spring Web it can be done through...
Hi, everyone!
I've got strange behaviour of bound ComboBox on my form.
My model object has an Integer property:
private Integer ocjena;
That property can have values [1,5] including null. ...
Ok, thanx for immediate response. I'll update it on Monday.
Hi, everyone!
Is there a reason why SwingActionAdapter has protected constructor? I'm forced to create an extended class just to declare public constructor...
Thanx,
neunistivlija
Hi, everyone!
I want to override DefaultCommandConfigurer, so I exteded it with my CustomCommandConfigurer, and put it into main app context like:
<bean id="commandConfigurer" ...
Hi, everyone!
A few months ago I sent a post about choosing Spring RCP in our project, and I got useful answers, thanx everyone! So, I chose Spring RCP and during last months I was building...
That's good. I didn't exclude "going commercial" - it just have to be justified...
I agree - 4 and 5 are here because they were mentioned in this topic, but I'm aware they are not suitable for...
puicheng, thanx for sharing your experience - I will take a look at Thinlet...
I might. One thing I saw somewhere on his site were his words about "having not enough time to maintain/develop...
I didn't forget JDNC, just didn't spend much time evaluating it yet. A friend of mine (Java GUI geek), who was on Java One recently, told me that his team strongly thinks about JDNC. So I didn't...
Thank you all for your feedback!
A few explanation...
The application we are developing could be considered a classic data-entry, form-based application, with standard CRUD functionalities. Our...
Hi, everyone!
So far, I don't have any questions, but I'd like to share my thoughts and troubles with Spring RCP community.
I'm a J2EE Architect / Senior Java developer in an online company. My...