Hi,

I am developing components similar to the EditableLable and noticed that
when I replace in the code TextField with a TextArea but the markup remains
<input type="text"> no exception was thrown.  

TextArea has:

        @Override
        protected final void onComponentTagBody(final MarkupStream markupStream,
                final ComponentTag openTag)
        {
                checkComponentTag(openTag, "textarea");
                replaceComponentTagBody(markupStream, openTag, getValue());
        }

but it is never called... at least when I put a breakpoint in it it is not
hit whereas in TextField it is.

This is not causing me a problem but I thought perhaps it could indicate a
problem.

I am using 1.4-RC1

John
-- 
View this message in context: 
http://www.nabble.com/TextArea.onComponentTagBody-not-called-tp20916141p20916141.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to