Ah, and one more thing. What is "public abstract TextTemplate interpolate(Map variables)" good for? Or why is this method abstract? I would have expected to just overwrite getString() and be able to use it for TextTemplateHeaderContributor.forJavaScript(TextTemplate, IModel). But then again TextTemplateHeaderContributor.forJavaScript(Clazz, String, IModel) seems to be the better choice anyway?
Yours, Lars > Fixed in next release... > (Jira issues & patches always welcome, of course! :-) > > /Gwyn > > On 20/11/2007, Lars Hoss <[EMAIL PROTECTED]> wrote: >> Hi there! >> >> What JavaDocs has to say about TextTemplate: >> Represents a text template that can do variable interpolation >> >> Uhm, yeah :-) >> Maybe you could add VariableInterpolator to the "See also" list? >> >> Yours, >> Lars >> > > -- > Download Wicket 1.3.0-rc1 now! - http://wicketframework.org > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
