Gestion des attributs, on regarde le type de fichier envoyé..

This commit is contained in:
Frederic Debuire
2008-02-23 18:56:37 +00:00
parent 9c20249ba9
commit 6e06067215
6 changed files with 132 additions and 34 deletions

View File

@@ -49,7 +49,7 @@
<div>
<form:label path="abstractText"><fmt:message key="form.submission.article.abstractText" /></form:label>
<form:textarea path="abstractText" cols="60" rows="10" />*<br />
<span class="abstractText"><form:errors path="theme" /></span>
<span class="formError"><form:errors path="abstractText" /></span>
</div>
</fieldset>
@@ -85,7 +85,7 @@
<div>
<form:label path="file"><fmt:message key="form.article.file" /></form:label>
<input type="file" name="file" />*
<span class="abstractText"><form:errors path="file" /></span>
<span class="formError"><form:errors path="file" /></span>
</div>
</fieldset>

View File

@@ -41,7 +41,7 @@
<prop key="/login.htm">LogonController</prop>
<prop key="/listEvaluation.htm">ListEvaluationController</prop>
<prop key="/download.htm">ArticleDownloadController</prop>
<prop key="/delete.htm">ArticleDeleteController</prop>
<prop key="/deleteArticle.htm">ArticleDeleteController</prop>
<prop key="/listReport.htm">ListReportController</prop>
<prop key="/forgotPassword.htm">ForgotPasswordController</prop>
<prop key="/detailArticle.htm">DetailArticleController</prop>