Hi, I found this behaviour some time ago, and I think should be by design ... so we should see what Greg say. Under tests you can find some example for this with comments.
Now I'm in holidays so for a detailed answer/check on code you have to wait the second half of next week. For 2.1 we could even think to update this behaviour unless someone has objections, but now I can't say more. If you want, make a jira issue in the meantime. Bye Il giorno 05/lug/2012 08:44, "ccp999" <[email protected]> ha scritto: > Hi, > > I followed tutorial example to setup a menu bars. I put dummy action in > the > constructor because I need to set a parameter after the initialization of > the screen objects. I set a function to replace the dummy action as: > > Action.getNamedActions().put("xxx", new action (){ > xxx > }); > > but the put function doesn't replace the dummy action, even I insert: > Action.getNamedActions().remove("xxx"); > > it doesn't help. > > Did I miss anything? or it is a bug. > > > > -- > View this message in context: > http://apache-pivot-users.399431.n3.nabble.com/Action-getNamedActions-cannot-be-updated-with-an-new-action-tp4021939.html > Sent from the Apache Pivot - Users mailing list archive at Nabble.com. >
