[richfaces-issues] [JBoss JIRA] (RF-11855) error at malformedXML on inputText files - Ajax Validation on event change - RichFaces 4.1 Final

Brian Leathem (JIRA) jira-events at lists.jboss.org
Tue Feb 14 12:17:02 EST 2012


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

Brian Leathem updated RF-11855:
-------------------------------

    Fix Version/s: 4.Future

    
> error at malformedXML on inputText files - Ajax Validation on event change - RichFaces 4.1 Final 
> ----------------------------------------------------------------------------------------------
>
>                 Key: RF-11855
>                 URL: https://issues.jboss.org/browse/RF-11855
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 4.1.0.Final
>         Environment: Websphere 8.0.0.1 - RAD 8.0.0.4 - JSF Mojorra 2.1.4 - Spring 3.0.6 Final - Hibernate Validator 4.2. - Java 6
>            Reporter: Jean ANDRE
>            Assignee: Brian Leathem
>              Labels: INPUT, MALFORMED, UI, XML
>             Fix For: 4.Future
>
>         Attachments: createClient1.xhtml, CreateClientController1.java, error at malformedXML-ScreenShot-1.jpg, error at malformedXML.debug.txt, error at malformedXML.viewSource.html, index.xhtml
>
>
> We got a error at malformedXML message when we want to apply an ajax validation on imput text.
> The field is include inside a tab in mode "server" - What ever the mode, we getting the error. Tab content is built by including some xhtml. See attachment.
> {code}
> <?xml version="1.0" encoding="UTF-8" ?>
> <ui:composition xmlns="http://www.w3.org/1999/xhtml" xmlns:ui="http://java.sun.com/jsf/facelets"
> 	xmlns:h="http://java.sun.com/jsf/html"
> 	xmlns:f="http://java.sun.com/jsf/core"
> 	xmlns:rich="http://richfaces.org/rich"
> 	xmlns:c="http://java.sun.com/jsp/jstl/core"
> 	xmlns:a4j="http://richfaces.org/a4j">
> 	<h:outputText value="#{msg['create.client.step1.label']}" class="bold" />
> 	<a4j:outputPanel id="#{tab.id}-1-createClientContainer">
> 		<!--                        -->
> 		<!--  CREATE CLIENT STEP 1  -->
> 		<!--                        -->
> 		<h:panelGrid styleClass="header" headerClass="header" columns="6" border="1" columnClasses="no-breakable" cellpadding="5">
> 				<h:outputLabel value="#{msg['create.client.first.name.label']}" />
> 			<h:inputText id="#{tab.id}-1-firstname" value="#{createClientController1.firstName}">
> 				<a4j:ajax event="change" bypassUpdates="true" execute="@this" render="@this" />
> 			</h:inputText>
> 			<rich:message for="#{tab.id}-1-firstname" />
> 		</h:panelGrid>
> 	</a4j:outputPanel>
> 	<a4j:log />
> </ui:composition>
> {code}

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