Bug 7370

Summary: Textarea tag erasing code
Product: Taglibs Reporter: karen walters <walterskar>
Component: Input TaglibAssignee: Tomcat Developers Mailing List <dev>
Status: CLOSED FIXED    
Severity: major    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: All   

Description karen walters 2002-03-22 19:33:50 UTC
If the TextareaTag.java (html:textarea tag) is used all of the html tags under 
the closing textarea tag are erased.  It appears that a closing html tag
(</html>) is being inserted after the closing textarea tag (this is just an 
assumption).  To resolve the problem I had to use a plain html <textarea> tag.
Comment 1 karen walters 2002-03-25 19:34:25 UTC
Even though the code in textareatag.java appears to append a closing text area 
tag(</textarea>) to an existing textarea, a closing tag should still be 
inserted with the <html:textarea> tag (ie. </html.textarea>).  I am not sure if 
this is a bug in the code or if it indeed working as expected.