[richfaces-issues] [JBoss JIRA] Updated: (RF-10491) Poll: code is not XHTML-compatible when FORM is ommitted

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Thu Feb 10 15:26:04 EST 2011


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

Nick Belaevski updated RF-10491:
--------------------------------

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

  was:
Test page - XHTML validation should not fail for push-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>



> 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


More information about the richfaces-issues mailing list