if you want to avoid it try to put a space or dummy text between opening and closing textarea tag
On Wed, Mar 26, 2008 at 7:37 PM, Magnus Haraldsen Amundsen < [EMAIL PROTECTED]> wrote: > Hi, > > > > We have a JX Template that contains: > > > > <textarea id="beskrivelse" name="beskrivelse" rows="6" > cols="40"></textarea> > > > > When the page is displayed in the browser Cocoon the HTML looks like this: > > > > <textarea id="beskrivelse" name="beskrivelse" rows="6" cols="40" /> > > > > And the rest of the HTML is displayed inside the TEXTAREA. This is, as far > as I know, because the TEXTAREA tag requires an ending </TEXTAREA> tag, and > everything between the two tags is displayed as text in the textarea. > > > > Is this Cocoons doing, or is it because the content of the JX Template is > xmlns="http://www.w3.org/1999/xhtml? > > > > - Magnus > > IMPORTANT NOTICE: This message may contain confidential information. If > you have received this e-mail in error, do not use, copy or distribute it. > Do not open any attachments. Delete it immediately from your system and > notify the sender promptly by e-mail that you have done so. Thank you. > > -- Thanks Bhavya Sharma
