Search:

Type: Posts; User: Jurijus Jarmakas; Keyword(s):

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Bean context must contain at least one bean of type org.acegisecurity.util.FilterChai

    Any idea why I am getting "Bean context must contain at least one bean of type org.acegisecurity.util.FilterChainProxy"? I am using latest Spring and Acegi versions.
    I do have
    <bean...
  2. Replies
    15
    Views
    3,695

    sorry, but my debugging shows that it is getting...

    sorry, but my debugging shows that it is getting dirty. Put break point into "protected void updateSelectionHolderFromList(..." and see how many times it is called and WHEN?

    protected...
  3. Replies
    15
    Views
    3,695

    it happens upon initialization of the component...

    it happens upon initialization of the component at the last line of code "selectedItemsHolder.setValue(newSelection);", see below

    protected void updateSelectionHolderFromList(final...
  4. Replies
    15
    Views
    3,695

    I see some dirtiness issues. if selected list...

    I see some dirtiness issues.

    if selected list displays initial values the form gets Dirty, it should not be.
    The form should become dirty when user added or removed values.

    Thank you for your...
  5. Replies
    1
    Views
    1,210

    Oliver Hutchison you are the man!!!

    Oliver Hutchison you are the man, thank you for recent updates !!!
  6. Thanks for you help Gustavo!

    Thanks for you help Gustavo!
  7. Security: Principal on the server side

    Did any body try to get Principal (user name) on the server side? I am getting Context null.
    I want to know what was the design idea: should client pass to the server user name and password on each...
  8. So I guess the problem with the SpringRCP...

    So I guess the problem with the SpringRCP petclinic sample app is that client not passing user and password on every request? (ContextHolder.getContext() is empty on server side)

    And by the way I...
  9. Should user name and password be passed on every...

    Should user name and password be passed on every request from the client, if yes, what about session id, could session id be related to client's passed credentials upon login? I noticed that user and...
  10. SpringRCP: how to get principal on the server side?

    Hello,
    I am trying to get principal on the server side of Spring RC petclinic, but ContextHolder.getContext() is null.

    ...
  11. ok, problem solved. I had to use...

    ok, problem solved. I had to use CloseAction.DISPOSE for my dialogs.

    Cool 8)
  12. java.lang.OutOfMemoryError: Java heap space

    Did anybody have memory problems with SpringRC?
    By opening and closing dialog approximatelly 20 times I am getting
    java.lang.OutOfMemoryError: Java heap space

    The dialog has quite a few...
  13. Replies
    2
    Views
    1,496

    Why not to use Spring's utility class which makes...

    Why not to use Spring's utility class which makes a copy of a bean. You would create copy of the bean before you open a dialog and you would edit the copy, if user cancels the form just forget about...
  14. Replies
    0
    Views
    888

    Spreadsheet-schedular

    Anybody knows about any open source swing spreadsheet components with are build for scheduling? (tables which grow in 2 dimensions)

    Thank you
  15. In the JCalendar example...

    In the JCalendar example http://opensource.atlassian.com/confluence/spring/display/RCP/DateChooser+Integration should "supportsCustomEditor" return false?

    Currently it is
    public boolean...
  16. any updates on that? Thanks

    any updates on that?

    Thanks
  17. Replies
    4
    Views
    1,605

    I think I will go with hashing. First I will...

    I think I will go with hashing. First I will calculate the bean's hash before updates using reflection, and calculate it after updates to see if it has changed. I think it will require less...
  18. Replies
    4
    Views
    1,605

    Tracking bean updates

    I need to track if bean has been updated on UI. Is there a cool "Spring way" to do it. I need to create interceptor which would track property change on a bean and set a dirty flag on the bean.
  19. Thank you for your help, I appreciate it.

    Thank you for your help, I appreciate it.
  20. Replies
    3
    Views
    1,233

    http://forum.springframework.org/showthread.php?t=...

    http://forum.springframework.org/showthread.php?t=12538
  21. Displaying server-side validation messages

    Hi, is there anything in springRC which handles displaying validation messages from the server?

    For example ... on form submit I need to check that person with the same name does not exist in the...
  22. if you look into source of ComboBoxAutoCompletion...

    if you look into source of ComboBoxAutoCompletion you will see that it is based on http://www.orbital-computer.de/JComboBox/ . I did not succseed in updating the list of values in combobox which uses...
  23. Replies
    2
    Views
    1,341

    refreshing the view

    How can I notify a view that it needs to be refreshed. I am calling Application.instance().getAciveWindow().getPage().showView("myView") it constructs the view object on the first call, is there a...
  24. Replies
    2
    Views
    2,006

    Spring JDBC & dynamic sql

    Hi, just wated find out what would be the best way to use spring jdbc classes for dynamic searches. The sql is not known at the program's start, the number of parameters are changing. Should I...
  25. Replies
    10
    Views
    3,081

    Did anybody try to update selectableItemsHolder...

    Did anybody try to update selectableItemsHolder for combobox to which ComboBoxAutoCompleteion was applied? Looks like Map, which is created in fillItem2StringMap, needs to be updated.
Results 1 to 25 of 61
Page 1 of 3 1 2 3