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

Jay Balunas updated RF-10553:
-----------------------------


This appears to be a tools issue, since it works in all the other browsers.  
I'll move over to there.

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

_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to