L'ajout des membres existant marche. Policy failures: Code warning - failed on resource ConferenceValidator.java. Reason: Class is a raw type. References to generic type Class<T> should be parameterized, line 10 - failed on resource validation. Reason: Class is a raw type. References to generic type Class<T> should be parameterized, line 10 - failed on resource AddConferenceController.java. Reason: HashSet is a raw type. References to generic type HashSet<E> should be parameterized, line 149 - failed on resource AddConferenceController.java. Reason: Iterator is a raw type. References to generic type Iterator<E> should be parameterized, line 108 - failed on resource AddConferenceController.java. Reason: Iterator is a raw type. References to generic type Iterator<E> should be parameterized, line 115 ... and more. Override reason: go
41 lines
853 B
Plaintext
41 lines
853 B
Plaintext
<%@ include file="/WEB-INF/decorators/include.jsp"%>
|
|
|
|
<html>
|
|
<head></head>
|
|
<body>
|
|
|
|
|
|
<h2 align="center"><fmt:message key="conference.titleMenu" /></h2>
|
|
|
|
<form:form commandName="formConference" name="monForm">
|
|
|
|
<form:errors path="*" />
|
|
|
|
<fieldset><legend>Information</legend>
|
|
Page's numbers <form:input path="pageNumber" />
|
|
File's type : <form:select path="fileType">
|
|
<form:option value="" />
|
|
<form:option value="PDF" />
|
|
<form:option value="Tex/Latec" />
|
|
<form:option value="Word" />
|
|
|
|
</form:select></fieldset>
|
|
|
|
<br />
|
|
|
|
<hr />
|
|
|
|
<br />
|
|
|
|
Informations complémentaires : <form:textarea path="sendInfo" />
|
|
|
|
<br />
|
|
<br />
|
|
<input type="submit" align="middle" name="_target1" value="Back">
|
|
<input type="submit" align="middle" name="_target3" value="Next" />
|
|
|
|
</form:form> <br />
|
|
<a href="<c:url value="main.htm"/>">Home</a>
|
|
|
|
</body>
|
|
</html> |