Hi,

I've declared:

private org.apache.myfaces.trinidad.component.core.nav.CoreCommandLink
editLink;

Than I bound a commandLink to this backing beans variable.

In a backing bean method I'm calling:

                if (editLink != null && editLink.isRendered())

If I request the page, I get the following error:

java.util.MissingResourceException: Can't find bundle for base name
javax.el.LocalStrings, locale de_DE


If I comment out "editLink.isRendered()", it works well.

What's wrong?

BTW: I'm using Trinidad 1.2.5 with JSF 1.2 RI.

--
Kind regards,
Mathias

Reply via email to