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

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Mon Mar 26 14:45:47 EDT 2012


    [ https://issues.jboss.org/browse/RF-11990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12679434#comment-12679434 ] 

Lukáš Fryč edited comment on RF-11990 at 3/26/12 2:45 PM:
----------------------------------------------------------

Issues reported in upstream projects:

https://issues.apache.org/jira/browse/MYFACES-3513
http://java.net/jira/browse/JAVASERVERFACES-2354
                
      was (Author: lfryc):
    Issues reported in MyFaces: https://issues.apache.org/jira/browse/MYFACES-3513
                  
> 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
>            Assignee: Lukáš Fryč
>            Priority: Minor
>              Labels: javascript, myfaces, 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