Quotes in TextField component value attribute not escaped
---------------------------------------------------------
Key: TAPESTRY-1712
URL: https://issues.apache.org/jira/browse/TAPESTRY-1712
Project: Tapestry
Issue Type: Bug
Components: Core Components
Affects Versions: 5.0.5
Environment: N/A
Reporter: Josh Canfield
<t:textfield t:id="title" t:value="title" size="50"/>
gets rendered to
<input id=
"title" name="title" size="50"
type="text" value="My "quoted" content">
I see a todo in org.apache.tapestry.dom.Element to URL encode the attributes
but didn't find a defect report.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]