Just extend it? ** Martin
2009/9/9 Fernando Wermus <[email protected]>: > Hi all, I use a resourceModel to show some titles in my menu bar. But, I > also use this key as a way to construct new keys for another components > information. For instance, > > menubar.client.title=this is a title for an item in the menu bar about a > client > menustatus.client.title=this is a title for the menustatus about a client > > My key is "client" and I have a: > > new ResourceModel("menubar.client.title") > new ResourceModel("menustatus.client.title"); // this key is constructed > once the user pressed on item "menubar.client.title" > > > That's way, I would like to get the resource key stored in resourceModel, > but I cant. I just have method getObject(), which resolve the key, but I > dont have any method to return the key itself. > > > Thanks in advance and I hope you understand my need. > > > -- > Fernando Wermus. > > www.linkedin.com/in/fernandowermus > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
