Re: [Wicket-user] help: dynamically change the meta tag's content attribute

2006-04-18 Thread Igor Vaynberg
markup:meta wicket:id=meta name=description content=I want to dynamically change this text/code:WebMarkupContainer meta=new WebMarkupContainer(meta); add(meta);meta.add(new SimpleAttributeModifier(content, mydynamiccontent);-IgorOn 4/18/06, nato [EMAIL PROTECTED] wrote:I have a meta tag in my

Re: [Wicket-user] help: dynamically change the meta tag's content attribute

2006-04-18 Thread Eelco Hillenius
Or, if you write components without knowing about the pages that they are on, you can use header contributions (see wicket.behavior.HeaderContributor). Eelco On 4/18/06, Igor Vaynberg [EMAIL PROTECTED] wrote: markup: meta wicket:id=meta name=description content=I want to dynamically change