On 8/13/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > just write whatever you need out with renderJavascript(String js, String > key)
That's often the easiest way. Take a look at DatePicker from wicket-datetime for an example of a simple interpolation. If you need to do anything more fancy, like conditionals and loops, and you really don't want to do this directly in Java code, you can look at VelocityContributor in wicket-velocity. Eelco
