UI « Form « JSF Q&A





1. Form inside JSF file with doesn't work    stackoverflow.com

I have the following files:

search.xhtml

<ui:composition
    xmlns="http://www.w3.org/1999/xhtml"
    xmlns:a4j="http://richfaces.org/a4j"
    xmlns:ui="http://java.sun.com/jsf/facelets"
    xmlns:h="http://java.sun.com/jsf/html">
    <h:form prependId="false">
      ...