How to access message resources in custom component
Hi all,
I'm trying to build custom JSF navigation component. In my component class I call external EJB, and get navigation structure from it. Now menu can render menu almost correctly, but I have one problem: I have menu items labels as keys for internationalized messages. How can I print message under this key for current locale in my custom tag?
Thanks in advance

