J'ai ce message d'erreur qui s'affiche systematiquement quand je manipule des données, mais ca ne perturbe pas mon system.

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
7 août 2008 09:36:38 com.opensymphony.xwork2.interceptor.ParametersInterceptor setParameters
GRAVE: ParametersInterceptor - [setParameters]: Unexpected Exception caught setting 'annee' on 'class com.InterfacePayPlan.action.Deconnexion: Error setting expression 'annee' with value '[Ljava.lang.String;@36eb76'
7 août 2008 09:36:38 com.opensymphony.xwork2.interceptor.ParametersInterceptor setParameters
GRAVE: ParametersInterceptor - [setParameters]: Unexpected Exception caught setting 'mois' on 'class com.InterfacePayPlan.action.Deconnexion: Error setting expression 'mois' with value '[Ljava.lang.String;@19c9a58'
7 août 2008 09:36:38 com.opensymphony.xwork2.interceptor.ParametersInterceptor setParameters
GRAVE: ParametersInterceptor - [setParameters]: Unexpected Exception caught setting 'numSemaine' on 'class com.InterfacePayPlan.action.Deconnexion: Error setting expression 'numSemaine' with value '[Ljava.lang.String;@5918a5'
7 août 2008 09:36:38 com.opensymphony.xwork2.interceptor.ParametersInterceptor setParameters
GRAVE: ParametersInterceptor - [setParameters]: Unexpected Exception caught setting 'payPlan' on 'class com.InterfacePayPlan.action.Deconnexion: Error setting expression 'payPlan' with value '[Ljava.lang.String;@161116f'
7 août 2008 09:36:38 com.opensymphony.xwork2.interceptor.ParametersInterceptor setParameters
GRAVE: ParametersInterceptor - [setParameters]: Unexpected Exception caught setting 'primeQualiteSemaine' on 'class com.InterfacePayPlan.action.Deconnexion: Error setting expression 'primeQualiteSemaine' with value '[Ljava.lang.String;@1bfa3a2'
Par contre je rencontre un problème sur un tag a qui j'envoie des listes par la session et il me renvoie se message d'erreur

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
7 août 2008 09:52:03 com.opensymphony.xwork2.interceptor.ParametersInterceptor setParameters
GRAVE: ParametersInterceptor - [setParameters]: Unexpected Exception caught setting 'mapAC' on 'class com.InterfacePayPlan.action.formulaire.FormulaireCreerCV: Error setting expression 'mapAC' with value '[Ljava.lang.String;@818616'
7 août 2008 09:52:03 com.opensymphony.xwork2.interceptor.ParametersInterceptor setParameters
GRAVE: ParametersInterceptor - [setParameters]: Unexpected Exception caught setting 'mapACChoisie' on 'class com.InterfacePayPlan.action.formulaire.FormulaireCreerCV: Error setting expression 'mapACChoisie' with value '[Ljava.lang.String;@18a15ca'