On Thu, Dec 30, 2010 at 9:46 AM, Juergen Donnerstag
<[email protected]> wrote:
> we have several components which use
>
>       �...@override
>        protected void onComponentTag(final ComponentTag tag)
>        {
>                if (tag.isOpenClose())
>                {
>                        tag.setType(TagType.OPEN);
>                }
>                super.onComponentTag(tag);
>        }
>
> to convert the Component's tag open-close to open-body-close. I wonder
> whether we should make this the default. It's usually required anyway
> and it shouldn't harm any component (incl <input>).
>
> -Juergen
>

-0 - it changes the user's markup for no apparent reason

-- 
Jeremy Thomerson
http://wickettraining.com
Need a CMS for Wicket?  Use Brix! http://brixcms.org

Reply via email to