Re: loadBundle throwing nullpointerexception

2008-07-28 Thread [EMAIL PROTECTED]
murthy gandikota schrieb: Hi All I have a strange case where a resource bundle is throwing a null pointer exception: Servlet.service() for servlet jsp threw exception java.lang.NullPointerException at com.sun.faces.taglib.jsf_core.LoadBundleTag.doStartTag(LoadBundleTag. java:96)

Re: loadBundle throwing nullpointerexception

2008-07-28 Thread murthy gandikota
The message.properties is placed as WEB-INF/classes/resources/properties/message.properties --- On Mon, 7/28/08, murthy gandikota <[EMAIL PROTECTED]> wrote: From: murthy gandikota <[EMAIL PROTECTED]> Subject: loadBundle throwing nullpointerexception To: users@myfaces.apache.org

loadBundle throwing nullpointerexception

2008-07-28 Thread murthy gandikota
Hi All   I have a strange case where a resource bundle is throwing a null pointer exception:   Servlet.service() for servlet jsp threw exception java.lang.NullPointerException     at com.sun.faces.taglib.jsf_core.LoadBundleTag.doStartTag(LoadBundleTag. java:96)   The relevant code is <%@ tagli

Re: loadBundle

2007-12-05 Thread Luka Surija
Malakis wrote: Hello. I want use some stuff, which is stored in some file in mine application. I had seen some example in demo: with .properties files and tc:loadBundle tag. But I can not make it works in mine application. So i wanted to ask about all the things that i have to do about configu

loadBundle

2007-12-04 Thread Malakis
Hello. I want use some stuff, which is stored in some file in mine application. I had seen some example in demo: with .properties files and tc:loadBundle tag. But I can not make it works in mine application. So i wanted to ask about all the things that i have to do about configuration and entri

Re: loadBundle performance

2007-01-26 Thread Martin Marinschek
But the loading is taken out of the Java resource bundling mechanism, so AFAIK, it's cached. regards, Martin On 1/23/07, Volker Weber <[EMAIL PROTECTED]> wrote: Hi, f:loadBundle is requestScope. Regards, Volker 2007/1/23, Rogerio Pereira <[EMAIL PROTECTED]>: > Hi guys! > > How myfaces ha

Re: loadBundle performance

2007-01-23 Thread Volker Weber
Hi, f:loadBundle is requestScope. Regards, Volker 2007/1/23, Rogerio Pereira <[EMAIL PROTECTED]>: Hi guys! How myfaces handles resource bundle load using f:loadBundle? MyFaces load the resource bundle only one time at or tries to load at every page request? Thanks for any answer, -- Yours

loadBundle performance

2007-01-23 Thread Rogerio Pereira
Hi guys! How myfaces handles resource bundle load using f:loadBundle? MyFaces load the resource bundle only one time at or tries to load at every page request? Thanks for any answer, -- Yours truly (Atenciosamente), Rogério (_rogerio_) http://faces.eti.br "Faça a diferença! Ajude o seu país a

Message.properties, loadBundle-Tag and the FacesContext

2005-04-12 Thread Gabel, Sven
Title: Message.properties, loadBundle-Tag and the FacesContext Hello, Recently i  intended to access the message bundle which is loaded by the loadBundle Tag via the Faces Context (out of my BackingBean e.g). But i didn't find a way to do this. I found the Bundle Map in the contex