panel « Form « JSF Q&A





1. PanelGrid with Forms Render Problem IE8    stackoverflow.com

i have a IE8 render problem with following JSF 2.0 Code:

f:view xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:composite="http://java.sun.com/jsf/composite"
xmlns:rich="http://richfaces.org/rich"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:telos="http://java.sun.com/jsf/composite/components"
xmlns:ui="http://java.sun.com/jsf/facelets">
<h:head>
</h:head>
<h:body>
<h:form>
        <h:panelGrid columns="2">
           ...