Hi,
i've come across a behaviour, that IMHO is wrong:
when i have a wicket label e.g:
HTML:
<div wicket:id="foo"> bla bla </div>
adn use it as new Label("foo", "bar") in dev, he puts out:
result: <div wicket:id="foo">bar</div>
wich is right; however if i do:
getMarkupSettings().setStripWicketTags(true);
in the init he puts out:
result: <div>bar</div>
which is blowing up HTML-output for nothing - IMHO if the tags are empty
after the wicket:id has been stripped they should be removed completely.
Is this behavoir intention or a bug?
- wicket 1.3.0 snapshot / wicket tags in div Korbinian Bachl
- Re: wicket 1.3.0 snapshot / wicket tags in div Martijn Dashorst
- AW: wicket 1.3.0 snapshot / wicket tags in div Korbinian Bachl
- Re: wicket 1.3.0 snapshot / wicket tags in d... Martijn Dashorst
- AW: wicket 1.3.0 snapshot / wicket tags ... Korbinian Bachl
- Re: AW: wicket 1.3.0 snapshot / wicket tags ... Herman Bovens
- AW: AW: wicket 1.3.0 snapshot / wicket t... Korbinian Bachl
- Re: AW: AW: wicket 1.3.0 snapshot /... Herman Bovens
- AW: AW: AW: wicket 1.3.0 snapsh... Korbinian Bachl
