Correction d'un bug, un user peut evaluer un article deja evalue

This commit is contained in:
Jialin Wang
2008-02-24 17:47:26 +00:00
parent e6716d5912
commit eff3cac3a7
4 changed files with 84 additions and 14 deletions

View File

@@ -280,6 +280,7 @@
class="org.yacos.web.PCmember.controller.ListEvaluationController">
<property name="articleManager" ref="articleManager" />
<property name="userManager" ref="userManager" />
<property name="evaluationManager" ref="evaluationManager" />
</bean>
<bean id="StateArticleController"