Search:

Type: Posts; User: neunistivlija; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    1,108

    Right now I'm still working on it. When I'm...

    Right now I'm still working on it.

    When I'm finished, I'll post it to forum.
  2. Replies
    2
    Views
    1,108

    How to bind byte[]?

    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,...
  3. Thanx, Larry, for your interest in the topic. ...

    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.
  4. Replies
    3
    Views
    956

    Yes, I am. I turned on debug level for Acegi and...

    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...
  5. Replies
    3
    Views
    956

    App too slow with channel security

    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...
  6. Replies
    2
    Views
    1,204

    Thanx, ge0ffrey, you gave me an idea: I will...

    Thanx, ge0ffrey, you gave me an idea: I will override ComboBox renderer and editor for enums so they shows properties for my enum values.
  7. Here it is: Step 1) Override...

    Here it is:

    Step 1) Override SimpleValidationResultsReporter
    I want to display the "oldest" message:



    public class CustomValidationResultsReporter extends
    ...
  8. Replies
    2
    Views
    1,204

    Enums and I18N

    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...
  9. Hi, hammer!

    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
  10. I payed a little bit more attention to the...

    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...
  11. Yes, I can see what you're talking about. As...

    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...
  12. The difference between posts exists because in...

    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...
  13. I surely am getting hit by that difference... ...

    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...
  14. I read those lines in AbstractFormModel, but...

    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...
  15. Ok, I can see from the stack trace that it breaks...

    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...
  16. ComboBox with an array of Integers sets ((String) null) as empty value

    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. ...
  17. Ok, thanx for immediate response. I'll update it...

    Ok, thanx for immediate response. I'll update it on Monday.
  18. SwingActionAdapter - why protected constructor?

    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
  19. Replies
    0
    Views
    790

    Overriding DefaultCommandConfigurer

    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" ...
  20. Replies
    0
    Views
    1,040

    Complex views

    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...
  21. That's good. I didn't exclude "going commercial"...

    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...
  22. puicheng, thanx for sharing your experience - I...

    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...
  23. I didn't forget JDNC, just didn't spend much time...

    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...
  24. Thank you all for your feedback! A few...

    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...
  25. Committing to Spring RCP: will I be a hero or got fired...

    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...
Results 1 to 25 of 25