<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>
Partager