[Wicket-user] Pro Wicket: Great first book on wicket

2006-09-13 Thread Gavin
Hello, I have been looking at wicket for some time. I found it after looking at many other frameworks (Struts, Spring, WebWork, etc). Wicket seemed to be the best suited to my needs (more java focused with great components). Although, technically, it had one the web framework race for me, its doc

[Wicket-user] Problem using JavaScriptReference

2007-01-02 Thread Gavin
I am trying to use JavaScriptReference and add it to a panel's header section. JavaScriptReference js = new JavaScriptReference( "myJs", MyClass.class, "scripts/myjs.js"); in my panel and

Re: [Wicket-user] Problem using JavaScriptReference

2007-01-08 Thread Gavin
gt;> > Use >> > >> > new JavaScriptReference("myJs", "scripts/myjs.js"); >> > >> > btw, you don't really need the section, as you can simply >> do: >> > >> > add(HeaderContributor.forJavaScript("s