src/main/webapp/WEB-INF/dynamic_fragments/user-form.jsp

changeset 69
2223bd79e0c6
parent 59
c759c60507a2
child 72
0646c14e36fb
equal deleted inserted replaced
68:ded1b5639bd3 69:2223bd79e0c6
32 <c:set scope="page" var="moduleInfo" value="${requestScope[Constants.REQ_ATTR_MODULE_INFO]}"/> 32 <c:set scope="page" var="moduleInfo" value="${requestScope[Constants.REQ_ATTR_MODULE_INFO]}"/>
33 33
34 <jsp:useBean id="user" type="de.uapcore.lightpit.entities.User" scope="request"/> 34 <jsp:useBean id="user" type="de.uapcore.lightpit.entities.User" scope="request"/>
35 35
36 <form action="./${moduleInfo.modulePath}/commit" method="post"> 36 <form action="./${moduleInfo.modulePath}/commit" method="post">
37 <table class="formtable" style="width: 35ch"> 37 <table class="formtable">
38 <colgroup> 38 <colgroup>
39 <col> 39 <col>
40 <col style="width: 100%"> 40 <col style="width: 50ch">
41 </colgroup> 41 </colgroup>
42 <tbody> 42 <tbody>
43 <tr> 43 <tr>
44 <th><fmt:message key="thead.username"/></th> 44 <th><fmt:message key="thead.username"/></th>
45 <td><input name="username" type="text" maxlength="50" required value="${user.username}" <c:if test="${user.id ge 0}">readonly</c:if> /> </td> 45 <td><input name="username" type="text" maxlength="50" required value="${user.username}" <c:if test="${user.id ge 0}">readonly</c:if> /> </td>

mercurial