Bonjour,


dans une jsp j'ai le code suivant:

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
<html:select property="rssUrl" onchange="ajaxProcess(this.form, isProcessAjaxLeitorXml)">
   <html:option value=""></html:option>
   <html:option value="http://www.javafree.org/news/rss.jf">JavaFree - www.javafreee.com.br</html:option>
   <html:option value="http://www.guj.com.br/rss/forums.java">Guj - www.guj.com.br</html:option>
   <html:option value="http://www.portaljava.com/home/backend-rdf10.php">PortalJava - www.portaljava.com.br</html:option>
</html:select> <br/>
</html:form>
le deuxième paramètre de la fonction "ajaxProcess(this.form, isProcessAjaxLeitorXml) donc isProcessAjaxLeitorXml est définit dans la même page et ne fait que envoyer un alert("Salut"), simplement ça ne fonctionne pas....


Je vous remercie d'avance pour une quelconque piste.