| Subject: | Re: [javasf] Dúvida sobre Menu dinâmico |
|---|---|
| From: | vilmar ferreira |
| Date: | Tue, 3 May 2011 19:45:34 -0300 |
|
<ui:composition template="/template/newTemplate.xhtml" xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core" xmlns:p="http://primefaces.prime.com.tr/ui">
<ui:define name="content"> <f:view> <h:form> <p:panel style="width: 300px;margin-left: auto;margin-right: auto;" id="panelLogin">
<f:facet name="header"> <h:outputText value="Acesso"/> </f:facet> <h:panelGrid id="gridLogin" columns="2">
<h:outputText value="Login:"/> <h:inputText value="#{usuarioController.user.login}" id="login" required="true" requiredMessage="Campo obrigatório"/>
<h:outputText value="Senha:"/> <h:inputSecret value="#{usuarioController.user.senha}" id="senha" required="true" requiredMessage="Campo obrigatório"/>
<p:commandButton id="btnLogin" value="Logar" action="" ajax="false"/> </h:panelGrid>
<h:outputText id="erro" value="#{usuarioController.erro}"/> <p:messages id="boxmensagens" /> </p:panel>
</h:form> </f:view> </ui:define> </ui:composition>
-- Você recebeu esta mensagem por que é membro do Javasf http://groups.google.com/group/javasf Conheça também o Java Brazil: http://groups.google.com/group/thejavabrazil |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [javasf] Dúvida sobre Menu dinâmico, vilmar ferreira |
|---|---|
| Next by Date: | Re: [javasf] Site lerdo ao carregar, primefaces + jsf 2.0, alecindro |
| Previous by Thread: | Re: [javasf] Dúvida sobre Menu dinâmico, vilmar ferreira |
| Next by Thread: | [javasf] RichFaces ou PrimeFaces, Danilo Cássio G Miranda |
| Indexes: | [Date] [Thread] [Top] [All Lists] |