[richfaces-issues] [JBoss JIRA] Updated: (RF-10553) <rich:validator /> validation message don´t work in Eclipse/JBoss Tools browser

Flávio Henrique (JIRA) jira-events at lists.jboss.org
Thu Feb 17 08:20:13 EST 2011


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

Flávio Henrique updated RF-10553:
---------------------------------

        Summary: <rich:validator /> validation message don´t work in Eclipse/JBoss Tools browser  (was: <rich:validator /> don´t work in Eclipse/JBoss Tools browser)
    Description: 
<rich:validator /> validation message don´t work in Eclipse/JBoss Tools browser. Works fine in IE, FireFox and Google Chrome.

Exeample:

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
	xmlns:h="http://java.sun.com/jsf/html"
	xmlns:f="http://java.sun.com/jsf/core"
	xmlns:a4j="http://richfaces.org/a4j"
	xmlns:rich="http://richfaces.org/rich">
<h:head>
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
	<title>My Richfaces 4.0 rich:validation test</title>
</h:head>
<h:body>
	<h:form>
		<rich:panel>
			<h:inputText id="idInput1">
				<f:validateLength maximum="5"/>
					<rich:validator />
			</h:inputText>
			<rich:message for="idInput1"/>
			<a4j:commandButton value="Submit"/>
		</rich:panel>
	</h:form>
	</h:body>
</html>

  was:
<rich:validator /> don´t work in Eclipse/JBoss Tools browser. Works fine in IE, FireFox and Google Chrome.

Exeample:

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
	xmlns:h="http://java.sun.com/jsf/html"
	xmlns:f="http://java.sun.com/jsf/core"
	xmlns:a4j="http://richfaces.org/a4j"
	xmlns:rich="http://richfaces.org/rich">
<h:head>
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
	<title>My Richfaces 4.0 rich:validation test</title>
</h:head>
<h:body>
	<h:form>
		<rich:panel>
			<h:inputText id="idInput1">
				<f:validateLength maximum="5"/>
					<rich:validator />
			</h:inputText>
			<rich:message for="idInput1"/>
			<a4j:commandButton value="Submit"/>
		</rich:panel>
	</h:form>
	</h:body>
</html>



> <rich:validator /> validation message don´t work in Eclipse/JBoss Tools browser
> -------------------------------------------------------------------------------
>
>                 Key: RF-10553
>                 URL: https://issues.jboss.org/browse/RF-10553
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-validators
>    Affects Versions: 4.0.0.Milestone6
>         Environment: Eclipse 3.6 SR1/JBoss Tools 3.2 CR1
>            Reporter: Flávio Henrique
>            Priority: Minor
>
> <rich:validator /> validation message don´t work in Eclipse/JBoss Tools browser. Works fine in IE, FireFox and Google Chrome.
> Exeample:
> <?xml version="1.0" encoding="UTF-8" ?>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> <html xmlns="http://www.w3.org/1999/xhtml"
> 	xmlns:h="http://java.sun.com/jsf/html"
> 	xmlns:f="http://java.sun.com/jsf/core"
> 	xmlns:a4j="http://richfaces.org/a4j"
> 	xmlns:rich="http://richfaces.org/rich">
> <h:head>
> 	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
> 	<title>My Richfaces 4.0 rich:validation test</title>
> </h:head>
> <h:body>
> 	<h:form>
> 		<rich:panel>
> 			<h:inputText id="idInput1">
> 				<f:validateLength maximum="5"/>
> 					<rich:validator />
> 			</h:inputText>
> 			<rich:message for="idInput1"/>
> 			<a4j:commandButton value="Submit"/>
> 		</rich:panel>
> 	</h:form>
> 	</h:body>
> </html>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the richfaces-issues mailing list