[
https://issues.apache.org/jira/browse/TAPESTRY-1672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560984#action_12560984
]
Nick Westgate commented on TAPESTRY-1672:
-----------------------------------------
That's a fair question, though it's something I've never wanted/needed to do.
Conversely, it is necessary for every submit to include the extra content? If
one wants to disable it, there should be a way.
Cheers,
Nick.
> The Submit component doesn't need validation decoration.
> --------------------------------------------------------
>
> Key: TAPESTRY-1672
> URL: https://issues.apache.org/jira/browse/TAPESTRY-1672
> Project: Tapestry
> Issue Type: Improvement
> Components: tapestry-core
> Affects Versions: 5.0.5
> Reporter: Nick Westgate
> Priority: Minor
> 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]