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


-- 
View this message in context: 
http://www.nabble.com/textarea-problem-tp15606212p15606212.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