per html spec textarea must have a closing tag...

-igor

On Wed, Sep 28, 2011 at 9:25 AM, manuelbarzi <manuelba...@gmail.com> wrote:
> TextArea is one-self-closed tag <.../>.
>
> should TextArea  two-opening-closing tags <...>...</...> work fine.
>
>
>
> On Wed, Sep 28, 2011 at 6:18 PM, manuelbarzi <manuelba...@gmail.com> wrote:
>> this error happens on this simple composite (wicket 1.4.17):
>>
>> Page
>>   |-Panel
>>      |-Form
>>         |-TextField
>>         |-TextField
>>         |-TextArea
>>         |-TextField
>>         |-TextField
>>         |-Button
>>         |-Button
>>
>> when just rendering this simple page (no logic implemented yet), the
>> output html (reviewed on chrome and ie) renders ok until the TextArea,
>> and then, inside the TextArea content (visible text), there's all the
>> remaining of the output markup!
>>
>> switching TextArea to a simple TextField does render ok.
>>
>> known bug?
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to