lien à l'intérieur d'un html:select
Bonsoir
En fait j'ai une liste qui m'affiche des trucs et je veux que lorsque je clique sur la première ligne de cette ligne je passe à un autre lien, j'ai essayé de faire ceci :
Code:
1 2 3 4 5
|
<html:select property="select" multiple="true" style="width:150">
<html:option value="Créer Nouveau"><html:link href="../action.do?hidden=new">Créer nouveau</html:link></html:option>
<html:options collection="vec" name="maForm" property="id" labelProperty="nom"/>
</html:select> |
Mais ça marche pas,
j'ai essayé aussi àa
Code:
1 2 3 4 5
|
<html:select property="select" multiple="true" style="width:150">
<html:option value="<html:link href="../action.do?hidden=new"/>">Créer nouveau</html:option>
<html:options collection="vec" name="maForm" property="id" labelProperty="nom"/>
</html:select> |
ça marce pas non plus ,
Svp si quelqu'un sait comment faire j'en ai besoin
Merci d'avance
bonsoir