Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    851

    retrieving all commands

    Hi
    Can anybody succeed to retrieve all commands available in commands-context.xml ?
  2. Replies
    5
    Views
    2,251

    something strange

    I have something strange
    In commands-context.xml I have


    <bean id="reportCommand" class="com.MyBeanCommand">
    <property name="securityControllerId" value="adminController"/>
    </bean>

    In...
  3. Replies
    11
    Views
    3,679

    I have something strange In commands-context.xml...

    I have something strange
    In commands-context.xml I have


    <bean id="reportCommand" class="com.MyBeanCommand">
    <property name="securityControllerId" value="adminController"/>
    </bean>

    In...
  4. Replies
    6
    Views
    1,522

    I found a solution I rewrite the code bellow ...

    I found a solution
    I rewrite the code bellow


    package org.springframework.richclient.application.support;

    import java.util.Set;

    import javax.swing.JComponent;
  5. Replies
    6
    Views
    1,522

    not using vldocking, using frame method

    I do not want to use Docking
    I'm using Frame method
    Regards
  6. Replies
    6
    Views
    1,522

    multiple instance of the same view

    The link is fine but does not fit the pb I have
    I want to be able to open multiple instances of a view.
    REgards
  7. Replies
    6
    Views
    1,522

    How to open the same View multiple times

    Hi
    I have in my richclient-application-context.xml

    <property name="applicationPageFactory" >
    <bean class="org.springframework.richclient.application.mdi.DesktopApplicationPageFactory"...
  8. Replies
    2
    Views
    923

    pb fixed

    I fixed the pb
    I can access values store in security using

    SecurityContextHolder.getContext().getAuthentication().getPrincipal();
  9. Replies
    2
    Views
    923

    pb accessing user info in a view

    Hi
    I store info in the "SecurityContextHolder"
    i need these info in my View
    Does Anyone know how to retrieve user info in the view ?

    I have

    <bean id="securityAwareConfigurer"...
  10. Replies
    7
    Views
    764

    I have

    I have

    <bean id="securityAwareConfigurer" class="org.springframework.richclient.security.SecurityAwareConfigurer" lazy-init="false"/>

    I have

    public class MyView extends AbstractView...
  11. Replies
    7
    Views
    764

    Yes but you can access SecurityContextHolder only...

    Yes but you can access SecurityContextHolder only if you extends "ApplicationWindowAwareCommand", but I'm in a view wich extends "AbstractView"
    I cannot access "SecurityContextHolder " in the view
  12. Replies
    7
    Views
    764

    using spring-rcp

    I forgot to say that I'm using spring-rcp
  13. Replies
    7
    Views
    764

    how to retrive user info in a view

    Hi
    I store info in the "SecurityContextHolder"
    i need these info in my View
    Does Anyone know how to retrieve user info in the view ?
    Thanks for your help
    richy007
  14. Replies
    5
    Views
    2,716

    It is nearly working I use Abeille to build my...

    It is nearly working
    I use Abeille to build my Form and I try DateChooser and JXDatePicker
    so I use


    @Override
    protected JComponent createFormControl() {
    FormPanel formPanel = new FormPanel(...
  15. Replies
    5
    Views
    2,716

    I add

    I add


    <bean id="binderSelectionStrategy"
    class="org.springframework.richclient.form.binding.swing.SwingBinderSelectionStrategy">
    <property name="bindersForPropertyTypes">
    ...
  16. Replies
    3
    Views
    1,730

    Hi Which release do you mean ? Do you have the...

    Hi
    Which release do you mean ?
    Do you have the link to that jars containing the class, I cannot find it on google
    Thanks
  17. Replies
    5
    Views
    2,716

    Jdatechooser JXDatePicker binding help

    Does anyone succeed to bind a JDateChooser or JXDatePicker
    Trying binding it I always have an error
  18. Replies
    3
    Views
    1,730

    radio button binding pb

    I'm using abeille forms and bindings from spring-richclient-suuport to make a form

    I have a form with three radiobuttons in a single radio group button
    ("BLUE","RED", GREEN") I have to choose one...
  19. Replies
    5
    Views
    2,251

    find it

    I miss to add

    <bean id="securityAwareConfigurer"
    class="org.springframework.richclient.security.Sec urityAwareConfigurer"
    lazy-init="false"/>

    Now, it is working, thanks for you jelp
  20. Replies
    5
    Views
    2,251

    I'm using spring-security for allowing access to...

    I'm using spring-security for allowing access to my application with a login Form

    In command-context.xml
    I add
    <bean id="myCreateCommand" class="com.xxx.MyCommand">
    <property...
  21. Replies
    5
    Views
    2,251

    enabling disabling menuitem in menubar

    I would like after the login form to be able to "greyed" or to hide some menuitems in the menubar.
    Is there any possiblities to disable or hide menuitems in the menuBar ?

    Example
    if you log as...
  22. Replies
    2
    Views
    1,587

    passing parameter from controller to another controller

    In doExecuteCommand of you Command file

    protected void doExecuteCommand() {
    ---------------------
    MyCommand e = (MyCommand...
  23. Replies
    2
    Views
    1,587

    command to view

    In your view
    you display the view
    Application.instance().getActiveWindow().getPage().showView("myview");
    You add a oublish event to the view...
  24. Replies
    2
    Views
    1,587

    parameter between views or controller

    Hello Everybody

    I'm working with spring-rcp 2.5.5
    Does anybody know how to pass parameters

    - from one view to another view- from on command to a view

    Thanks for your help
  25. spring-rcp passing parameter to one view to another

    Hello Everybody

    I'm working with spring-rcp 2.5.5
    Does anybody know how to pass parameters

    - from one view to another view with spring-rcp
    - from on command to a view

    Thanks for your help
Results 1 to 25 of 25