Need template for textarea
--------------------------
Key: JBIDE-3242
URL:
https://jira.jboss.org/jira/browse/JBIDE-3242
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor Templates
Affects Versions: 3.0.0.beta1
Reporter: Yura Zhishko
Assignee: Maxim Areshkau
Priority: Minor
Insert next source code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Tag TEXTAREA</title>
</head>
<body>
<p><b>Enter your name</b></p>
<p><textarea rows="10" cols="45" name="text"
>Base text</textarea></p>
<p><input type="submit" value="Submit"/></p>
</body>
</html>
Text inside <textarea> (Base text) isn't rendered in VPE
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira