bonjour,
voilà je pense que mon problème de débutant est assez classique, mais j'ai beau chercher sur le forum et tester divers combinaisons possibles, je n'arrive pas à faire fonctionner une liste déroulante avec une belle syntaxe Struts alors qu'avec cette syntaxe ça marche :

<bean:define id="afficheachatstete" name="achat" scope="session" property="tete"/>
<html:form action="/Achat">
<select name="choixtete" size="1" id="seltete" onchange="popup('seltete')">
<logic:iterate id="tete" name="afficheachatstete">
<option label="<bean:write name="tete" property="attaque"/>/<bean:write name="tete" property="defense"/>/<bean:write name="tete" property="mobilite"/>/<bean:write name="tete" property="intelli"/>/<bean:write name="tete" property="resist"/>"> tete -> <bean:write name="tete" property="prix"/></option>
</logic:iterate>
</select>
<html:submit value="Acheter"></html:submit>
en gros je n'arrive pas à gérer l'affichage de la balise select si j'utilise la taglib <html:select etc....

Est-ce grave docteur ?