You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Danny Robinson (JIRA)" <de...@myfaces.apache.org> on 2007/08/28 21:11:30 UTC

[jira] Commented: (TRINIDAD-37) Client-side validation should support onblur/onchange validation when set to 'inline'

    [ https://issues.apache.org/jira/browse/TRINIDAD-37?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523315 ] 

Danny Robinson commented on TRINIDAD-37:
----------------------------------------

Not publicly enabled yet, but hooks are present to allow testing, by adding
<script type="text/javascript">_TrEventBasedValidation=true;</script>
to top of page.
Rev 570239.

> Client-side validation should support  onblur/onchange validation when set to 'inline'
> --------------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-37
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-37
>             Project: MyFaces Trinidad
>          Issue Type: Improvement
>          Components: Components
>            Reporter: Danny Robinson
>            Priority: Minor
>
> The 'inline' client-side validation should support the ability to validate fields on-the-fly when the user navigates away from the field.  This was provided in the recent 'inline' patch using the validateInput() method, but was made private until we make some further improvements.
> Just created this email to keep track of the issue.
> Pasted from email:
> Adam said: The JS validateInput() method has been made private,  because I'd like to start putting JS methods on namespace objects instead of putting it in the window object - and it only supports inline validation.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.