[
https://issues.apache.org/jira/browse/TRINIDAD-729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13267345#comment-13267345
]
Scott O'Bryan commented on TRINIDAD-729:
----------------------------------------
Good catch. Matthias submitted a patch before he left but didn't mark it as
patch available so it got lost in the shuffle.
> 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