BatiB80 wrote:
> 
> Hi,
> 
> does anybody knows how I can add MetaDataInformation like 
> 
>     meta name="Keywords" content="..."
> 
> to a Wicket-Page. I want to set the values dynamically by the Java-Classes
> so I wont hardcode the values in the .html-template!
> 
> Thanks in advance - regards,
> Sebastian
> 

Could
http://www.wicketstuff.org/wicket13doc/org/apache/wicket/behavior/StringHeaderContributor.html
solve your problem with something like
add(new StringHeaderContributor("<meta ......"));
or am I missing the point?



-----
Michael Sparer
http://talk-on-tech.blogspot.com
-- 
View this message in context: 
http://www.nabble.com/Add-Meta-Information-to-wicket-page-tf4751820.html#a13587791
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to