Yeah, ResourceReference is like global resource factory. That is for
resources that don't belong to any component/page (they can't touch
any component instance while they are served).

-Matej

On 8/8/07, Kent Tong <[EMAIL PROTECTED]> wrote:
> Matej Knopp <matej.knopp <at> gmail.com> writes:
>
> > basically, there are two kinds of resources in wicket. One is
> > application-scope resources, that don't need the context of a page
> > (javascriptps, css...) and the other is component resources, which
> > kind of belong to a component - so they have access to component,
> > page, etc (chart generation).
>
> Thanks for the informative reply. So Resource Reference is a registration
> and lookup mechanism for global and static resources while Resource is
> a resource for a certain component and could be dynamic.
>
>
> ---------------------------------------------------------------------
> 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