[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-8446) <rich:validator /> validation message don´t work in Eclipse/JBoss Tools browser

Max Rydahl Andersen (JIRA) jira-events at lists.jboss.org
Wed May 11 17:05:18 EDT 2011


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

Max Rydahl Andersen commented on JBIDE-8446:
--------------------------------------------

are we talking just about the browser ? then for sure its an eclipse/browser integration issue.

which OS are you running ?

> <rich:validator /> validation message don´t work in Eclipse/JBoss Tools browser
> -------------------------------------------------------------------------------
>
>                 Key: JBIDE-8446
>                 URL: https://issues.jboss.org/browse/JBIDE-8446
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: UpStream
>    Affects Versions: 3.2.0.CR1
>         Environment: Eclipse 3.6 SR1/JBoss Tools 3.2 CR1
>            Reporter: Flávio Henrique
>            Priority: Minor
>             Fix For: 3.3.x
>
>
> <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 jbosstools-issues mailing list