JSF Baby

Xml code posted
created at 26 Jul 15:04

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<ui:define name="content">
         <h:form id="userSelectForm" styleClass="tissform inputForm">

            <h3><h:outputText value="#{amsg.loginText}"/></h3>

                <ul>
                    <li class="formBlock">
                        <h:outputLabel style="width: 15em;" for="j_username" styleClass="label" value="#{amsg.username}"/>
                        <span class="rightBlock">
                            <h:inputText id="j_username"/>
                        </span>
                    </li>
                    <li class="formBlock">
                        <h:outputLabel style="width: 15em;" for="j_password" styleClass="label" value="#{amsg.password}"/>
                        <span class="rightBlock">
                             <h:inputSecret id="j_password"/>
                        </span>
                    </li>
                </ul>
            <p style="margin-top:2em">
                <h:commandButton value="#{amsg.login}"/>
            </p>
        </h:form>

    </ui:define>
1.02 KB in 3 ms with coderay