>>>>> "Adam" == Adam Sherman <[EMAIL PROTECTED]> writes:

    Adam> Need some help with this, been banging on it for a while.
    Adam> java.lang.NullPointerException
    Adam>       at java.util.Hashtable.get(Hashtable.java:329)
    Adam>       at 
    Adam> 
org.apache.jasper.runtime.PageContextImpl.findAttribute(PageContextImpl.java:308)
    Adam>       at org.apache.struts.util.RequestUtils.lookup(RequestUtils.java:811)
    Adam>       at org.apache.struts.util.RequestUtils.lookup(RequestUtils.java:859)
    Adam>       at 
org.apache.struts.taglib.bean.MessageTag.doStartTag(MessageTag.java:274)
    Adam>       at 
    Adam> 
org.apache.strutsel.taglib.bean.ELMessageTag.doStartTag(ELMessageTag.java:279)

    Adam> I get this when access resources with tags like <html:errors/> or 
    Adam> <bean:message/>. Happens with both the EL and non-EL versions of the Struts 
    Adam> TLDs and I is my fault since the example apps all work fine in my 
    Adam> installation.

    Adam> I trible-checked my struts-config.xml to make sure my 
    Adam> ApplicationResources.properties was being referenced properly and I'm not 
    Adam> getting any loading errors. So WTF?

    Adam> I tried using JSwat to look at stuff, thought maybe I would be able to 
examine 
    Adam> the Application Context but I discovered that debugging is not for weenies.

    Adam> So, what can I do to further my cause?

What version of Struts are you using?  If you're not using the nightly build,
try that.  There is a known bug with "html-el:errors" in RC1, that might cause
this.

-- 
===================================================================
David M. Karr          ; Java/J2EE/XML/Unix/C++
[EMAIL PROTECTED]   ; SCJP; SCWCD




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to