On Wed, Mar 6, 2013 at 6:51 PM, Ernesto Reinaldo Barreiro <
reier...@gmail.com> wrote:

> Hi,
>
> On Wed, Mar 6, 2013 at 5:44 PM, Entropy <blmulholl...@gmail.com> wrote:
>
> > That's exactly what i am doing.  Notice the comment marks /* and */
> around
> > the package stuff.  I tried it both ways.  And "this" in this case is
> > ExtGrid.java.  So I am also sending in that class.
> >
>
> I think the URLs are telling you this.getClass() !=  ExtGrid.class. Can you
> paste whole panel code?
>

Exactly!
Note the '$1' in the class name. This means the class is an anonymous class
in ExtGrid.
Just use ExtGrid.class instead of this.getClass()


>
> >
> > So I have to pre-register these resources in some way or something?  Note
> > that ExtGrid is a panel not a page, so the resources aren't in the same
> > pacakge as the page.  Would that matter?
> >
> >
> No, it should not matter.
>
>
> >
> >
> > --
> > View this message in context:
> >
> http://apache-wicket.1842946.n4.nabble.com/JS-and-CSS-package-references-tp4657034p4657038.html
> > Sent from the Users forum mailing list archive at Nabble.com.
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > For additional commands, e-mail: users-h...@wicket.apache.org
> >
> >
>
>
> --
> Regards - Ernesto Reinaldo Barreiro
> Antilia Soft
> http://antiliasoft.com/ <http://antiliasoft.com/antilia>
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com <http://jweekend.com/>

Reply via email to