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]

Reply via email to