[
https://issues.apache.org/jira/browse/TRINIDAD-729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13267269#comment-13267269
]
Matthias Gerber commented on TRINIDAD-729:
------------------------------------------
Did this ever make to a released version, or did it get lost again sometimes
later.
With version 1.2.13 it still (or again) seems not to work.
In subversion it looks like, the pached part of the code has not changes
between revision 577606 (patch is based on) and 1299721 (current Head).
> 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
> 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