bonjour,
svp d'ou vient cette erreur
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
 
TRACE: <at java.lang.IndexOutOfBoundsException>, Exception caught in Display class
java.lang.IndexOutOfBoundsException
        at javax.microedition.lcdui.ChoiceGroup.checkIndex(), bci=16
        at javax.microedition.lcdui.ChoiceGroup.getString(), bci=8
        at biblio.bibliotheque.livre_auteur(bibliotheque.java:4106)
        at biblio.bibliotheque$3.itemStateChanged(bibliotheque.java:4214)
        at javax.microedition.lcdui.Form.uCallItemStateChanged(), bci=22
        at javax.microedition.lcdui.ChoiceGroupPopupLFImpl.uCallKeyPressed(), bci=296
        at javax.microedition.lcdui.ChoiceGroupPopupLFImpl.uCallPointerReleased(), bci=66
        at javax.microedition.lcdui.ChoiceGroupPopupLFImpl$CGPopupLayer.pointerInput(), bci=154
        at com.sun.midp.chameleon.CWindow.pointerInput(), bci=76
        at javax.microedition.lcdui.Display$DisplayEventConsumerImpl.handlePointerEvent(), bci=19
        at com.sun.midp.lcdui.DisplayEventListener.process(), bci=296
        at com.sun.midp.events.EventQueue.run(), bci=179
        at java.lang.Thread.run(Thread.java:619)
quand je modifie des données via textField ,les modifs seront effectué dans la bdd phpmysql mais leur réaffichage dans l'interface j2me ne sera pas et génére l'erreur ci dessus

merci de m'aidé