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

changeset 69
2223bd79e0c6
parent 61
3e287f361c7a
child 70
821c4950b619
equal deleted inserted replaced
68:ded1b5639bd3 69:2223bd79e0c6
33 33
34 <jsp:useBean id="project" type="de.uapcore.lightpit.entities.Project" scope="request"/> 34 <jsp:useBean id="project" type="de.uapcore.lightpit.entities.Project" scope="request"/>
35 <jsp:useBean id="users" type="java.util.List<de.uapcore.lightpit.entities.User>" scope="request"/> 35 <jsp:useBean id="users" type="java.util.List<de.uapcore.lightpit.entities.User>" scope="request"/>
36 36
37 <form action="./${moduleInfo.modulePath}/commit" method="post"> 37 <form action="./${moduleInfo.modulePath}/commit" method="post">
38 <table class="formtable" style="width: 80ch"> 38 <table class="formtable">
39 <colgroup> 39 <colgroup>
40 <col> 40 <col>
41 <col style="width: 100%"> 41 <col style="width: 75ch">
42 </colgroup> 42 </colgroup>
43 <tbody> 43 <tbody>
44 <tr> 44 <tr>
45 <th><fmt:message key="thead.name"/></th> 45 <th><fmt:message key="thead.name"/></th>
46 <td><input name="name" type="text" maxlength="20" required value="${project.name}"/> </td> 46 <td><input name="name" type="text" maxlength="20" required value="${project.name}"/> </td>

mercurial