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 this text"/>
>
> code:
> WebMarkupContainer meta=new WebMarkupContainer("meta");
>  add(meta);
> meta.add(new SimpleAttributeModifier("content",
> mydynamiccontent);
>
> -Igor
>
>
>
> On 4/18/06, nato < [EMAIL PROTECTED]> wrote:
> >
> > I have a meta tag in my markup:
> > <meta name="description" content="I want to dynamically change this text">
> >
> > Is it possible with wicket to change the content attribute of that meta
> tag? How can I do that?
> >
>
>


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to