That's a very crude solution. Almost as crude as switching deployment mode.

The wicket tags are useful during debugging and I'd like them to be
available (except possibly in this case) in development mode.

best regards,
Andreas Lundblad

On Wed, Mar 4, 2015 at 10:11 PM, Tobias Soloschenko <
tobiassolosche...@googlemail.com> wrote:

> Hi,
>
> try getMarkupSettings().setStripWicketTags(true); in the applications
> init.
>
> kind regards
>
> Tobias
>
> Am 04.03.15 um 22:03 schrieb Andreas Lundblad:
>
>  I've noticed that <wicket:...> tags such as <wicket:enclosure> messes up
>> the CSS sometimes.
>>
>> In my particular example I have
>>
>> div.formRows > div {
>>      display: table-row;
>> }
>>
>> and when I try to put an enclosure around a table row, the CSS child
>> selector doesn't work.
>>
>> Is there an easy workaround (except switching deployment mode)?
>>
>> best regards,
>> Andreas Lundblad
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to