can u provide some more stack? -M
On Jan 16, 2008 1:22 PM, Mathias Walter <[EMAIL PROTECTED]> wrote: > 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 > > -- Matthias Wessendorf further stuff: blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf mail: matzew-at-apache-dot-org

