Début de la validation pour l'ajout de conférence.
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
This commit is contained in:
@@ -9,13 +9,17 @@
|
||||
|
||||
<form:form commandName="formConference" name="monForm">
|
||||
|
||||
<fieldset><legend>Information</legend> Page's numbers <input
|
||||
type="text"> File's type : <select>
|
||||
<option>PDF</option>
|
||||
<option>Tex/Latec</option>
|
||||
<option>Word</option>
|
||||
<form:errors path="*" />
|
||||
|
||||
</select></fieldset>
|
||||
<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 />
|
||||
|
||||
@@ -23,7 +27,7 @@
|
||||
|
||||
<br />
|
||||
|
||||
Informations compl<70>mentaires : <textarea></textarea>
|
||||
Informations compl<70>mentaires : <form:textarea path="sendInfo" />
|
||||
|
||||
<br />
|
||||
<br />
|
||||
|
||||
Reference in New Issue
Block a user