is it causing you harm?

-igor

On Wed, Jul 28, 2010 at 8:09 AM, Gianni <gdoe6...@yahoo.it> wrote:
> I'm controlling the content of my <meta> tags with an AttributeAppender and 
> in my markup they are closed with />
>
> <meta wicket:id="metaKeywords" name="keywords" content="" />
> <meta wicket:id="metaDescription" name="description" content="" />
>
> WebComponent keywords = new WebComponent("metaKeywords");
> StringResourceModel keyModel = new 
> StringResourceModel("meta.standard-keywords", this, new Model<Page>(this));
> keywords.add(new AttributeAppender("content", keyModel, " "));
> add(keywords);
>
> On output the tags are getting closed with </meta>
> <meta name="keywords" content="my keywords...." ></meta>
>
> Is there any way to prevent the separate closing tag and just keep the /> ?
> -Gianni
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to