[
https://issues.jboss.org/browse/RF-11855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jean ANDRE reopened RF-11855:
-----------------------------
Come on guys, do not miss the opportunity to solve a such bug - The fact is
when we use f:ajax tag, it is working but when we use richfaces tag is not -
What does it mean...? - The bug can be easily reproduced, just edit the
createClient xhtml and replace the f:ajax tab by yours. RichFaces is your
product and the ideal conditions does not really exist...as "complexity" is
probably part of the problem. Sincerely.
> error@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
> Attachments: createClient1.xhtml, CreateClientController1.java,
> [email protected], [email protected],
> [email protected], index.xhtml
>
>
> We got a error@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
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues