[
https://issues.apache.org/jira/browse/TAP5-200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Howard M. Lewis Ship closed TAP5-200.
-------------------------------------
Resolution: Fixed
Fix Version/s: 5.0.16
> The Submit component doesn't need validation decoration
> -------------------------------------------------------
>
> Key: TAP5-200
> URL: https://issues.apache.org/jira/browse/TAP5-200
> Project: Tapestry 5
> Issue Type: Improvement
> Affects Versions: 5.0.15
> Reporter: Nick Westgate
> Assignee: Howard M. Lewis Ship
> Priority: Minor
> Fix For: 5.0.16
>
> Attachments: TAPESTRY-1672.patch
>
>
> Currently, each form field, including submits, is wrapped with validation
> decoration. Eg:
> <input id="itemEdit" name="itemEdit" type="submit" value="Edit">
> <img alt="[Error]" class="t-error-icon t-invisible" id="itemEdit:icon"
> src="/myapp/assets/tapestry/field-error-marker.png">
> Submit should suppress it by eg:
> @Override
> public void beforeDecorator(MarkupWriter writer)
> {
> }
>
> @Override
> public void afterDecorator(MarkupWriter writer)
> {
> }
> Cheers,
> Nick.
--
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]