hi,
i wanna ask about the new AbstractView ...
if the previous size of the view is changed, and when we click the view again, it will show the last size that we've changed ...
so, it don't make...
Type: Posts; User: gohanz; Keyword(s):
hi,
i wanna ask about the new AbstractView ...
if the previous size of the view is changed, and when we click the view again, it will show the last size that we've changed ...
so, it don't make...
hi,
how do you set the 'Username is required' when we typed at the loginForm?
I didn't find that string anywhere in the code.
thanks.
thanks for the answer ...
((SecureContext) ContextHolder.getContext()).getAuthentication().getAuthorities()
i already do that. i make that call in the advisor, on method onWindowOpened ... but...
hi,
how do i able to get what commands that a user can access according to its roles ? i'm using jdbc authentication
thanks ...
mm, i have more question about the view ...
how do i save the previous view after i show the new view?
for example, if i have a transaction that include 3 views, and have the ability to return...
wow, thanks a lot
it works ... :D
hi,
i have a toolbar and when i pressed the button, i want to know which viewdescriptor is shown at the active window ... how do i do it?
thanks
hi,
thanks a lot for the detail definition. it brights up my life, hehehe :wink:
it really really helps ... :)
hi,
i've put the command in the command-context.xml, and i retrieve the command through this :
ActionCommand ac =...
is there an action listener for button in spring-rcp that is different from the standard swing's action listener, which using the command or something else?
or i should just use the standard's one?