>
<h:panelGroup id="user_login_content" layout="block" rendered="#{featureController.isFeatureEnabled('user_login_require_user_name')}">
- <h:form id="form_user_login">
+ <h:form>
<h:panelGroup styleClass="table" layout="block">
<div class="table-header">
<h:outputText value="#{msg.GUEST_ENTER_USER_LOGIN_DATA_TITLE}" />
/>
<p:commandButton
- process="@form"
type="submit"
action="#{userLoginController.doUserLogin()}"
value="#{msg.BUTTON_USER_LOGIN}"
xmlns:p="http://primefaces.org/ui"
>
- <h:form id="form_register_page1" rendered="#{featureController.isFeatureEnabled('user_registration')}">
+ <h:form rendered="#{featureController.isFeatureEnabled('user_registration')}">
<h:panelGroup layout="block">
<div class="table-header">
<h:outputText value="#{msg.GUEST_REGISTRATION_PAGE1_TITLE}" />
/>
<p:commandButton
- process="@form"
type="submit"
value="#{msg.BUTTON_CONTINUE_REGISTER_PAGE2}"
action="#{userRegistrationController.doRegisterMultiPage1()}"
xmlns:p="http://primefaces.org/ui"
>
- <h:form id="form_register_page2" rendered="#{featureController.isFeatureEnabled('user_registration')}">
+ <h:form rendered="#{featureController.isFeatureEnabled('user_registration')}">
<h:panelGroup layout="block">
<div class="table-header">
<h:outputText value="#{msg.GUEST_REGISTRATION_PAGE2_TITLE}" />
/>
<p:commandButton
- process="@form"
type="submit"
value="#{msg.BUTTON_FINISH_REGISTRATION}"
action="#{userRegistrationController.doFinishRegistration()}"
xmlns:p="http://primefaces.org/ui"
>
- <h:form id="form_register_single" rendered="#{featureController.isFeatureEnabled('user_registration')}">
+ <h:form rendered="#{featureController.isFeatureEnabled('user_registration')}">
<h:panelGroup layout="block">
<div class="table-header">
<h:outputText value="#{msg.GUEST_REGISTRATION_TITLE}" />
/>
<p:commandButton
- process="@form"
type="submit"
value="#{msg.BUTTON_FINISH_REGISTRATION}"
action="#{userRegistrationController.doFinishRegistration()}"
<?xml version="1.0" encoding="UTF-8" ?>
-<ui:composition 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://xmlns.jcp.org/jsf/facelets"
- xmlns:p="http://primefaces.org/ui"
- xmlns:pm="http://primefaces.org/mobile">
+<ui:composition
+ 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://xmlns.jcp.org/jsf/facelets"
+ xmlns:p="http://primefaces.org/ui"
+ xmlns:pm="http://primefaces.org/mobile"
+ >
+ <h:doctype
+ rootElement="html"
+ public="-//W3C//DTD XHTML 1.0 Transitional//EN"
+ system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
+ />
+
+ <html
+ lang="#{localizationController.locale.language}"
+ xml:lang="#{localizationController.locale.language}"
+ xmlns="http://www.w3.org/1999/xhtml"
+ >
+ <f:view locale="#{localizationController.locale}" />
- <h:doctype rootElement="html" public="-//W3C//DTD XHTML 1.0 Transitional//EN" system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"/>
-
- <html lang="#{localizationController.locale.language}" xml:lang="#{localizationController.locale.language}" xmlns="http://www.w3.org/1999/xhtml">
- <f:view locale="#{localizationController.locale}" contentType="text/html" />
<h:head>
<f:facet name="first">
<ui:insert name="metadata" />
xmlns:p="http://primefaces.org/ui"
>
- <h:form id="form-change-locale">
+ <h:form>
<p:outputPanel styleClass="ui-g">
<p:outputPanel styleClass="ui-g-12 ui-md-6">
<p:selectOneMenu value="#{localizationController.localeCode}">
<p:outputPanel styleClass="ui-g-12 ui-md-6">
<p:commandButton
- process="@form"
type="submit"
actionListener="#{localizationController.doChangeLocale()}"
value="#{msg.BUTTON_CHANGE_LOCALE}"