Hi,
how can I load a FacesMessage with the
org.apache.myfaces.shared_impl.util.MessageUtils from a resource in Tobago. My
code looks like this:
FacesMessager error = MessageUtils.getMessage("resource", "selectError", null);
But it throws a MissingResourceException. Do I have to give the path to the
resource? Is there a Tobago-Class which deals with my problem: to load the
correct resource?
Regards,
Mario

