ups, sorry... never had a problem using textarea without closing tag
Thomas Gier-2 wrote: > > okrohne schrieb: >> Hi, >> >> if I use a textarea like this: >> >> <textarea name="test" id="test_textarea" rows="8" cols="30" >> class="input_text" title="test" /> >> >> all subsequent html markup is shown in the textarea. >> >> If I use the textarea in this way everything is okay. >> >> <textarea name="test" id="test_textarea" rows="8" cols="30" >> class="input_text" title="test"> >> </textarea> >> >> Is this a known issue? >> >> Thanks, >> Oliver >> >> > > Hi Oliver, > > the closing tag for <textarea ...> is required. > > See http://www.w3.org/TR/html4/interact/forms.html#h-17.7 for details. > > HTH > Tom > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/textarea-problem-tp15606212p15611009.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]
