Re: Conditional Logic in HTML

2013-02-28 Thread Nick Pratt
Something I just noticed. if you only have a single conditional statement then everything works fine - it looks like Wicket is ignoring the conditional statements altogether, and simply sees multiple opening tags, and thus doesn't find multiple close tags. N On Thu, Feb 28, 2013 at 3:19 PM, Nick

Re: Conditional Logic in HTML

2013-02-28 Thread Martin Grigorov
Hi, https://issues.apache.org/jira/browse/WICKET-3433 You can use session.getClientInfo().isInternetExplorer() to add the class with AttributeModifier On Thu, Feb 28, 2013 at 10:19 PM, Nick Pratt wrote: > Should the following work with Wicket 6.5/6.6? > > > > > > > > > > > > Wicket is n