//Process the HTTP Post request
public void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
//Récupération des données "MEMBRE"
//Garnison du javabean correspondant
C'est surement pas de là que vient ton problème, mais je pense que
Code :
while(rsMembres.next())
est plus indiqué pour faire ça.
EDIT : et puis poste la trace de ton exception ca pourrait aider.
Message édité par R3g le 08-09-2003 à 17:13:23
darklord
You're welcome
Posté le 08-09-2003 à 17:18:00
encore le genre de topics ou la réponse serait le premier post si l'information vraiment important figurait dans la question initiale
---------------
Just because you feel good does not make you right
R3g
fonctionnaire certifié ITIL
Posté le 08-09-2003 à 17:22:30
Citation :
A ResultSet cursor is initially positioned before the first row; the first call to the method next makes the first row the current row; the second call makes the second row the current row, and so on.
En fait, il se pourrait bien qu'en faisant un getString() sans faire appel à next() avant, tu fasses tout peter.
A ResultSet cursor is initially positioned before the first row; the first call to the method next makes the first row the current row; the second call makes the second row the current row, and so on.
En fait, il se pourrait bien qu'en faisant un getString() sans faire appel à next() avant, tu fasses tout peter.
ca c'est plus que sur
---------------
Just because you feel good does not make you right