Bonjour les amis,
je suis entrain de développer une application de génération de doc XML à partir d'un formulaire JSF,au sein de mon formulaire j'utilise des datatable, mais le probleme c'est que a chaque ajout dans la datatable j'ai qu'un seul enregistrement,c'est à dire chaque ajout écrase l'ancien par la suite toujours la taille de ma liste=1,et dans mon console j'ai l'erreur suivante
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
 
17 nov. 2008 10:47:18 org.apache.catalina.core.AprLifecycleListener lifecycleEvent
INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jdk1.5.0_13\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:/Program Files/Java/jre1.6.0_07/bin/client;C:/Program Files/Java/jre1.6.0_07/bin;C;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\NTRU Cryptosystems\NTRU TCG Software Stack\bin\;C:\Program Files\Wave Systems Corp\Dell Preboot Manager\Access Client\v5\;C:\Program Files\Java\jdk1.5.0_13\bin;%;C:\ORANT\bin;C:\Java\apache-ant-1.7.1-bin\apache-ant-1.7.1\bin;C:\Program Files\MySQL\MySQL Server 5.0\bin
17 nov. 2008 10:47:18 org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initialisation de Coyote HTTP/1.1 sur http-8080
17 nov. 2008 10:47:18 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 547 ms
17 nov. 2008 10:47:18 org.apache.catalina.core.StandardService start
INFO: Démarrage du service Catalina
17 nov. 2008 10:47:18 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.26
17 nov. 2008 10:47:18 org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
17 nov. 2008 10:47:18 com.sun.faces.config.rules.ConverterRule end
ATTENTION: [ConverterRule]{faces-config/converter} Merge(null,java.math.BigDecimal)
17 nov. 2008 10:47:18 com.sun.faces.config.rules.ConverterRule end
ATTENTION: [ConverterRule]{faces-config/converter} Merge(null,java.math.BigInteger)
17 nov. 2008 10:47:18 com.sun.faces.config.rules.NavigationRuleRule end
ATTENTION: [NavigationRuleRule]{faces-config/navigation-rule} Merge(*)
17 nov. 2008 10:47:18 com.sun.faces.config.rules.ManagedBeanRule end
ATTENTION: [ManagedBeanRule]{faces-config/managed-bean} Merge(collaborateurControlleur)
17 nov. 2008 10:47:18 com.sun.faces.config.rules.NavigationRuleRule end
ATTENTION: [NavigationRuleRule]{faces-config/navigation-rule} Merge(/web/index.jsp)
17 nov. 2008 10:47:18 com.sun.faces.config.rules.NavigationRuleRule end
ATTENTION: [NavigationRuleRule]{faces-config/navigation-rule} Merge(*)
17 nov. 2008 10:47:18 com.sun.faces.config.rules.NavigationRuleRule end
ATTENTION: [NavigationRuleRule]{faces-config/navigation-rule} Merge(*)
17 nov. 2008 10:47:19 org.apache.myfaces.config.FacesConfigurator feedStandardConfig
INFO: Reading standard config org/apache/myfaces/resource/standard-faces-config.xml
17 nov. 2008 10:47:19 org.apache.myfaces.config.FacesConfigurator feedClassloaderConfigurations
INFO: Reading config jar:file:/D:/Projet_CV_XML/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/CvGenerator/WEB-INF/lib/tomahawk-1.1.6.jar!/META-INF/faces-config.xml
17 nov. 2008 10:47:19 org.apache.myfaces.config.FacesConfigurator feedContextSpecifiedConfig
ATTENTION: /WEB-INF/faces-config.xml has been specified in the javax.faces.CONFIG_FILES context parameter of the deployment descriptor. This should be removed, as it will be loaded twice.  See JSF spec 1.1, 10.3.2
17 nov. 2008 10:47:19 org.apache.myfaces.config.FacesConfigurator feedContextSpecifiedConfig
INFO: Reading config /WEB-INF/faces-config.xml
17 nov. 2008 10:47:19 org.apache.myfaces.config.FacesConfigurator feedWebAppConfig
INFO: Reading config /WEB-INF/faces-config.xml
17 nov. 2008 10:47:19 org.apache.myfaces.config.FacesConfigurator logMetaInf
INFO: Starting up MyFaces-package : myfaces-api in version : 1.1.5 from path : file:/D:/Projet_CV_XML/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/CvGenerator/WEB-INF/lib/myfaces-api-1.1.5.jar
17 nov. 2008 10:47:19 org.apache.myfaces.config.FacesConfigurator logMetaInf
INFO: Starting up MyFaces-package : myfaces-impl in version : 1.1.5 from path : file:/D:/Projet_CV_XML/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/CvGenerator/WEB-INF/lib/myfaces-impl-1.1.5.jar
17 nov. 2008 10:47:19 org.apache.myfaces.config.FacesConfigurator logMetaInf
INFO: MyFaces-package : tomahawk-sandbox not found.
17 nov. 2008 10:47:19 org.apache.myfaces.config.FacesConfigurator logMetaInf
INFO: Starting up MyFaces-package : tomahawk in version : 1.1.6 from path : file:/D:/Projet_CV_XML/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/CvGenerator/WEB-INF/lib/tomahawk-1.1.6.jar
17 nov. 2008 10:47:19 org.apache.myfaces.shared_impl.util.LocaleUtils toLocale
ATTENTION: Locale name in faces-config.xml null or empty, setting locale to default locale : fr_FR
17 nov. 2008 10:47:19 org.apache.myfaces.config.FacesConfigurator configureRuntimeConfig
ATTENTION: More than one managed bean w/ the name of 'collaborateurControlleur' - only keeping the last 
17 nov. 2008 10:47:19 org.apache.myfaces.config.FacesConfigurator handleSerialFactory
INFO: Serialization provider : class org.apache.myfaces.shared_impl.util.serial.DefaultSerialFactory
17 nov. 2008 10:47:19 org.apache.myfaces.webapp.StartupServletContextListener initFaces
INFO: ServletContext 'D:\Projet_CV_XML\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\CvGenerator\' initialized.
17 nov. 2008 10:47:19 org.apache.coyote.http11.Http11BaseProtocol start
INFO: Démarrage de Coyote HTTP/1.1 sur http-8080
17 nov. 2008 10:47:19 org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
17 nov. 2008 10:47:19 org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/31  config=null
17 nov. 2008 10:47:19 org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
17 nov. 2008 10:47:19 org.apache.catalina.startup.Catalina start
INFO: Server startup in 1859 ms
17 nov. 2008 10:47:20 org.apache.myfaces.shared_impl.config.MyfacesConfig getBooleanInitParameter
INFO: No context init parameter 'org.apache.myfaces.PRETTY_HTML' found, using default value true
17 nov. 2008 10:47:20 org.apache.myfaces.shared_impl.config.MyfacesConfig getBooleanInitParameter
INFO: No context init parameter 'org.apache.myfaces.ALLOW_JAVASCRIPT' found, using default value true
17 nov. 2008 10:47:20 org.apache.myfaces.shared_impl.config.MyfacesConfig getBooleanInitParameter
INFO: No context init parameter 'org.apache.myfaces.READONLY_AS_DISABLED_FOR_SELECTS' found, using default value true
17 nov. 2008 10:47:20 org.apache.myfaces.shared_impl.config.MyfacesConfig getBooleanInitParameter
INFO: No context init parameter 'org.apache.myfaces.DETECT_JAVASCRIPT' found, using default value false
17 nov. 2008 10:47:20 org.apache.myfaces.shared_impl.config.MyfacesConfig getBooleanInitParameter
INFO: No context init parameter 'org.apache.myfaces.AUTO_SCROLL' found, using default value false
17 nov. 2008 10:47:20 org.apache.myfaces.shared_impl.config.MyfacesConfig getStringInitParameter
INFO: No context init parameter 'org.apache.myfaces.ADD_RESOURCE_CLASS' found, using default value org.apache.myfaces.renderkit.html.util.DefaultAddResource
17 nov. 2008 10:47:20 org.apache.myfaces.shared_impl.config.MyfacesConfig getStringInitParameter
INFO: No context init parameter 'org.apache.myfaces.RESOURCE_VIRTUAL_PATH' found, using default value /faces/myFacesExtensionResource
17 nov. 2008 10:47:20 org.apache.myfaces.shared_impl.config.MyfacesConfig getBooleanInitParameter
INFO: No context init parameter 'org.apache.myfaces.CHECK_EXTENSIONS_FILTER' found, using default value true
17 nov. 2008 10:47:20 org.apache.myfaces.shared_impl.config.MyfacesConfig getCurrentInstance
INFO: Starting up Tomahawk on the RI-JSF-Implementation.
17 nov. 2008 10:47:20 org.apache.myfaces.shared_impl.config.MyfacesConfig getCurrentInstance
INFO: Starting up Tomahawk on the MyFaces-JSF-Implementation
17 nov. 2008 10:47:20 org.apache.myfaces.shared_impl.config.MyfacesConfig getCurrentInstance
GRAVE: Both MyFaces and the RI are on your classpath. Please make sure to use only one of the two JSF-implementations.
17 nov. 2008 10:47:20 org.apache.myfaces.shared_tomahawk.config.MyfacesConfig getBooleanInitParameter
INFO: No context init parameter 'org.apache.myfaces.PRETTY_HTML' found, using default value true
17 nov. 2008 10:47:20 org.apache.myfaces.shared_tomahawk.config.MyfacesConfig getBooleanInitParameter
INFO: No context init parameter 'org.apache.myfaces.ALLOW_JAVASCRIPT' found, using default value true
17 nov. 2008 10:47:20 org.apache.myfaces.shared_tomahawk.config.MyfacesConfig getBooleanInitParameter
INFO: No context init parameter 'org.apache.myfaces.READONLY_AS_DISABLED_FOR_SELECTS' found, using default value true
17 nov. 2008 10:47:20 org.apache.myfaces.shared_tomahawk.config.MyfacesConfig getBooleanInitParameter
INFO: No context init parameter 'org.apache.myfaces.DETECT_JAVASCRIPT' found, using default value false
17 nov. 2008 10:47:20 org.apache.myfaces.shared_tomahawk.config.MyfacesConfig getBooleanInitParameter
INFO: No context init parameter 'org.apache.myfaces.AUTO_SCROLL' found, using default value false
17 nov. 2008 10:47:20 org.apache.myfaces.shared_tomahawk.config.MyfacesConfig getStringInitParameter
INFO: No context init parameter 'org.apache.myfaces.ADD_RESOURCE_CLASS' found, using default value org.apache.myfaces.renderkit.html.util.DefaultAddResource
17 nov. 2008 10:47:20 org.apache.myfaces.shared_tomahawk.config.MyfacesConfig getStringInitParameter
INFO: No context init parameter 'org.apache.myfaces.RESOURCE_VIRTUAL_PATH' found, using default value /faces/myFacesExtensionResource
17 nov. 2008 10:47:20 org.apache.myfaces.shared_tomahawk.config.MyfacesConfig getBooleanInitParameter
INFO: No context init parameter 'org.apache.myfaces.CHECK_EXTENSIONS_FILTER' found, using default value true
17 nov. 2008 10:47:20 org.apache.myfaces.shared_tomahawk.config.MyfacesConfig getCurrentInstance
INFO: Starting up Tomahawk on the RI-JSF-Implementation.
17 nov. 2008 10:47:20 org.apache.myfaces.shared_tomahawk.config.MyfacesConfig getCurrentInstance
INFO: Starting up Tomahawk on the MyFaces-JSF-Implementation
17 nov. 2008 10:47:20 org.apache.myfaces.shared_tomahawk.config.MyfacesConfig getCurrentInstance
GRAVE: Both MyFaces and the RI are on your classpath. Please make sure to use only one of the two JSF-implementations.
17 nov. 2008 10:47:24 org.apache.myfaces.shared_impl.renderkit.html.HtmlGridRendererBase renderChildren
ATTENTION: PanelGrid formGlobal:_id3 has not enough children. Child count should be a multiple of the columns attribute.
17 nov. 2008 10:47:37 org.apache.myfaces.shared_impl.renderkit.html.HtmlGridRendererBase renderChildren
ATTENTION: PanelGrid formGlobal:_id3 has not enough children. Child count should be a multiple of the columns attribute.
17 nov. 2008 10:47:39 org.apache.myfaces.shared_impl.renderkit.html.HtmlGridRendererBase renderChildren
ATTENTION: PanelGrid formGlobal:_id3 has not enough children. Child count should be a multiple of the columns attribute.
17 nov. 2008 10:47:49 org.apache.myfaces.shared_impl.renderkit.html.HtmlGridRendererBase renderChildren
ATTENTION: PanelGrid formGlobal:_id3 has not enough children. Child count should be a multiple of the columns attribute.
17 nov. 2008 10:47:53 org.apache.myfaces.shared_impl.renderkit.html.HtmlGridRendererBase renderChildren
ATTENTION: PanelGrid formGlobal:_id3 has not enough children. Child count should be a multiple of the columns attribute.
17 nov. 2008 10:49:02 org.apache.myfaces.shared_impl.renderkit.html.HtmlGridRendererBase renderChildren
ATTENTION: PanelGrid formGlobal:_id3 has not enough children. Child count should be a multiple of the columns attribute.
17 nov. 2008 10:49:18 org.apache.myfaces.shared_impl.renderkit.html.HtmlGridRendererBase renderChildren
ATTENTION: PanelGrid formGlobal:_id3 has not enough children. Child count should be a multiple of the columns attribute.
17 nov. 2008 10:49:22 org.apache.myfaces.shared_impl.renderkit.html.HtmlGridRendererBase renderChildren
ATTENTION: PanelGrid formGlobal:_id3 has not enough children. Child count should be a multiple of the columns attribute.
17 nov. 2008 10:49:23 org.apache.myfaces.shared_impl.renderkit.html.HtmlGridRendererBase renderChildren
ATTENTION: PanelGrid formGlobal:_id3 has not enough children. Child count should be a multiple of the columns attribute.
17 nov. 2008 10:49:27 org.apache.myfaces.shared_impl.renderkit.html.HtmlGridRendererBase renderChildren
ATTENTION: PanelGrid formGlobal:_id3 has not enough children. Child count should be a multiple of the columns attribute.
17 nov. 2008 10:49:30 org.apache.myfaces.shared_impl.renderkit.html.HtmlGridRendererBase renderChildren
ATTENTION: PanelGrid formGlobal:_id3 has not enough children. Child count should be a multiple of the columns attribute.
17 nov. 2008 10:49:33 org.apache.myfaces.shared_impl.renderkit.html.HtmlGridRendererBase renderChildren
ATTENTION: PanelGrid formGlobal:_id3 has not enough children. Child count should be a multiple of the columns attribute.
17 nov. 2008 10:49:36 org.apache.myfaces.shared_impl.renderkit.html.HtmlGridRendererBase renderChildren
ATTENTION: PanelGrid formGlobal:_id3 has not enough children. Child count should be a multiple of the columns attribute.
17 nov. 2008 10:49:47 org.apache.myfaces.shared_impl.renderkit.html.HtmlGridRendererBase renderChildren
ATTENTION: PanelGrid formGlobal:_id3 has not enough children. Child count should be a multiple of the columns attribute.
Merci d'avance pour votre aide