[richfaces-issues] [JBoss JIRA] (RF-11990) client-side validation and ajax calls create maleformed javascript

Brian Leathem (JIRA) jira-events at lists.jboss.org
Wed Feb 29 17:34:36 EST 2012


     [ https://issues.jboss.org/browse/RF-11990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Leathem updated RF-11990:
-------------------------------

    Priority: Minor  (was: Major)

    
> client-side validation and ajax calls create maleformed javascript
> ------------------------------------------------------------------
>
>                 Key: RF-11990
>                 URL: https://issues.jboss.org/browse/RF-11990
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-validators
>    Affects Versions: 4.0.0.Final, 4.1.0.Final
>         Environment: MyFaces 2.1.5, Hibernate-Validation 4.2.0.Final
>            Reporter: Daniel G
>            Priority: Minor
>              Labels: javascript, richfaces, validation
>             Fix For: 4.2.1.CR1
>
>
> Using rich:validation and f:ajax together, maleformed JavaScript is generated.
> I'm having a composite component, that has to be able to refresh given other components on change, but the JavaScript code generated by:
> {quote}
> <h:inputText id="input" value="#\{cc.attrs.value\}"
>         <f:ajax event="change" render="#\{cc.attrs.render\}" />
>         <rich:validator />
> </h:inputText>
> {quote}
> is missing a comma between the Chain parameters.
> see the red {color:red}'{color}
> {quote}
> <input id="idForm:bNr:input" name="idForm:bNr:input" type="text" value="123" 
> onchange="jsf.util.chain(document.getElementById('idForm:bNr:input'),
> event,'jsf.ajax.request(\'idForm:bNr:input\',event,\{render:\'idForm:idToolBar:idSaveButton\',\'javax.faces.behavior.event\':\'change\'\}){color:red}''{color}idForm_3AbNr_3Ainput_3Av(event,&quot;idForm:kopf:bezugNr:input&quot;,&quot;idForm:kopf:bezugNr:input&quot;)'); return false;" />
> {quote}
> the code is tanken from 4.0.0.Final, but looks similar in 4.1.0.Final

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

        


More information about the richfaces-issues mailing list