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]

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

2006-09-11 Thread jan_bar
I don't know if this is the best way, but I managed it with JavaScriptReference with ResourceReference and overriden newResource, that returns Resource with PackagedTextTemplate as resource stream. Jan "jan_bar" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > on my page I ne

[Wicket-user] Linking dynamic javascript/css

2006-09-11 Thread jan_bar
Hi, on my page I need to 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 TextTemplate a