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
         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


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.
-
You can reply to this email to add a comment to the issue online.

Reply via email to