i patched it in 1.3.x and trunk

-igor

On Thu, Aug 7, 2008 at 10:30 AM, Uwe Schäfer <[EMAIL PROTECTED]> wrote:
> Igor Vaynberg schrieb:
>
>> whats the stacktrace for the npe?
>
> java.lang.NullPointerException
>     at
> org.apache.wicket.resource.loader.ComponentStringResourceLoader.loadStringResource(ComponentStringResourceLoader.java:129)
>
> so
>
> // Move to the next superclass
> clazz = clazz.getSuperclass();
>
> returns null because we use this method with an interface as the clazz
> parameter (maybe this is considered abuse of this class?)
>
> cu uwe
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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

Reply via email to