You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2008/10/31 17:37:44 UTC

[jira] Assigned: (TAP5-200) The Submit component doesn't need validation decoration.

     [ https://issues.apache.org/jira/browse/TAP5-200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship reassigned TAP5-200:
-----------------------------------------

    Assignee: Howard M. Lewis Ship

> 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
>         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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org