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

Nick Belaevski resolved RF-10491.
---------------------------------

    Resolution: Done


> Poll: code is not XHTML-compatible when FORM is ommitted
> --------------------------------------------------------
>
>                 Key: RF-10491
>                 URL: https://issues.jboss.org/browse/RF-10491
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-push/poll
>    Affects Versions: 4.0.0.CR1
>            Reporter: Nick Belaevski
>            Assignee: Nick Belaevski
>             Fix For: 4.0.0.CR1
>
>
> Test page - XHTML validation should not fail for poll-related items:
> <?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:f="http://java.sun.com/jsf/core";
>       xmlns:h="http://java.sun.com/jsf/html";
>       xmlns:ui="http://java.sun.com/jsf/facelets";
>       xmlns:a4j="http://richfaces.org/a4j";>
> <f:view>
>       <h:head><title>Page</title>
>       </h:head>
>       <h:body>
>               <a4j:poll enabled="true" interval="5000" />
>               <h:form>
>                       <a4j:poll enabled="true" interval="5000" />
>               </h:form>
>       </h:body>
> </f:view>
> </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