[Wicket-user] Linking dynamic javascript/css

2006-09-11 Thread jan_bar
Hi, on my page I need to link link dynamic javascript. With TextTemplateHeaderContributor the javascript/css is inlined into markup, but how I can have something similiar with linked dynamic javascript/css? Should I use something similar as Image (also places links to image URL) and use

Re: [Wicket-user] Linking dynamic javascript/css

2006-09-11 Thread Igor Vaynberg
yep, that works :)-IgorOn 9/11/06, jan_bar [EMAIL PROTECTED] wrote: I don't know if this is the best way, but I managed it with_javascript_Reference with ResourceReference and overriden newResource, thatreturns Resource with PackagedTextTemplate as resource stream.Jan jan_bar [EMAIL PROTECTED]