> I am trying to upgrade to wicket 1.3. I was running 1.2.6 with no
> problems.
>
> When trying to resolve the class for this markup:
> bundleresource://88/com/company/package/MyClass$WelcomeLabel.html
>
> in MarkupResourceStream, the method:
>
>   public Class getMarkupClass()
>   {
>       return Classes.resolveClass(markupClassName);
>   }
>
> is returning null. In other words, for some reason, it's not finding the
> class.

Does this problem persist for the latest snapshot? And if so, can you
describe what is special about your case? I'm using panels for
internal classes all the time without any problems.

Eelco

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

Reply via email to