You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Scott O'Bryan (JIRA)" <de...@myfaces.apache.org> on 2012/05/03 12:12:50 UTC

[jira] [Updated] (TRINIDAD-729) autoSubmit does not work in

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

Scott O'Bryan updated TRINIDAD-729:
-----------------------------------

    Status: Patch Available  (was: Open)
    
> autoSubmit does not work in <tr:inputNumberSpinbox> 
> ----------------------------------------------------
>
>                 Key: TRINIDAD-729
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-729
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 1.0.2-core
>         Environment: Apache MyFaces Core 1.2.0, Apache MyFaces Trinidad 1.2.2, Facelets 1.1.11, Tomcat 6.0.14, Internet Explorer 6, Mozilla Firefox 2.0.0.7
>            Reporter: Stefan Glase
>            Assignee: Scott O'Bryan
>            Priority: Minor
>             Fix For: 1.0.4-core
>
>         Attachments: TRINIDAD-729.patch
>
>
> For <tr:inputNumberSpinbox> the taglibrary shows possibility to automatically submit via autoSubmit="true" like other input-Components, too. 
> The following code did not work. Even it is analog to all other statements on the page only this input-Component did not submit automatically.
> [code]
> <tr:inputNumberSpinbox autoSubmit="true" id="eingabeKinder" value="#{userData.kinder}" minimum="0"></tr:inputNumberSpinbox>
> <tr:outputText value="#{userData.kinder}" partialTriggers="eingabeKinder"></tr:outputText>			
> [/code]
> The JavaScript in the onchange-Action for this component looks pretty similar to the other on the page that work fine.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira