Re: Rendering conditional html tags for IE CSS targetting

2013-08-14 Thread Nick Pratt
The workaround we use is to have multiple html close tags:







On Wed, Aug 14, 2013 at 7:17 AM, Robert Gründler wrote:

> Hi,
>
> i'm trying to use the markup provided by html5 boilerplate:
> http://html5boilerplate.com/
>
> They use   comments to render different
> opening  tags for different versions of Internet Explorer, easing CSS
> selectors for IE.
>
> Here's how it looks like: https://gist.github.com/pulse00/6230134
>
> When using this markup in wicket, i see the following exception: Tag does
> not have a close tag 
>
> It looks like wicket is getting confused by the html comments containing
>  tags.
>
> Has anyone an idea how to implement this in wicket?
>
>
> regards
>
>
> -robert
>


Re: Rendering conditional html tags for IE CSS targetting

2013-08-14 Thread Martin Grigorov
https://issues.apache.org/jira/browse/WICKET-3433


On Wed, Aug 14, 2013 at 2:17 PM, Robert Gründler wrote:

> Hi,
>
> i'm trying to use the markup provided by html5 boilerplate:
> http://html5boilerplate.com/
>
> They use   comments to render different
> opening  tags for different versions of Internet Explorer, easing CSS
> selectors for IE.
>
> Here's how it looks like: https://gist.github.com/pulse00/6230134
>
> When using this markup in wicket, i see the following exception: Tag does
> not have a close tag 
>
> It looks like wicket is getting confused by the html comments containing
>  tags.
>
> Has anyone an idea how to implement this in wicket?
>
>
> regards
>
>
> -robert
>


Rendering conditional html tags for IE CSS targetting

2013-08-14 Thread Robert Gründler
Hi,

i'm trying to use the markup provided by html5 boilerplate:
http://html5boilerplate.com/

They use   comments to render different
opening  tags for different versions of Internet Explorer, easing CSS
selectors for IE.

Here's how it looks like: https://gist.github.com/pulse00/6230134

When using this markup in wicket, i see the following exception: Tag does
not have a close tag 

It looks like wicket is getting confused by the html comments containing
 tags.

Has anyone an idea how to implement this in wicket?


regards


-robert