[richfaces-issues] [JBoss JIRA] Created: (RF-8209) inputNumberSlider: onchange event - this passed to handler should be input and not slider object as for any other inputs.

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Tue Dec 15 06:02:30 EST 2009


inputNumberSlider: onchange event - this passed to handler should be input and not slider object as for any other inputs.
-------------------------------------------------------------------------------------------------------------------------

                 Key: RF-8209
                 URL: https://jira.jboss.org/jira/browse/RF-8209
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-input
    Affects Versions: 3.3.2.SR1
            Reporter: Ilya Shaikovsky
            Assignee: Nick Belaevski
            Priority: Optional


<rich:inputNumberSlider id="slider"
>
    <a4j:support event="onchange" 
        onsubmit="myFunc(this, event)"
        requestDelay="1000"  
        reRender="part" />
</rich:inputNumberSlider>
<rich:calendar >
    <a4j:support event="onchanged" 
        onsubmit="myFunc(this,event)"
        requestDelay="1000"  
        reRender="part" />
</rich:calendar>
<h:inputText value="" >
    <a4j:support event="onchange" 
        onsubmit="myFunc(this,event)"
        requestDelay="1000"  
        reRender="part" />
</h:inputText>

for inputText and calendar - this passed as input DOM element and for slider - passed as slider object. so I can't get form as usually using this.form

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list