Bonsoir,
Je rencontre une erreur avec les displaytag. Le code suivant ne se comporte pas correctement :
le paramID du href ne prend pas la valeur de batchid.
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10 <display:table style="width: 100%" id="row" export="true" name="listTbatchevp" requestURI="/TbatchevpListAction.do"> <display:column property="batchid" title="Etape" sortable="false" /> <display:column property="libbatch" title="Programme" sortable="false" /> ... <display:column title="Execution" href="TtrtevpInsertAction.do" paramId="batchid" paramProperty="batchid" paramScope="request"><bean:message key="label.generic.button.launch" /> </display:column>
Le lien envoir vers .../TtrtevpInserAction.do?batchid=
Alors que si on fait le href au niveau de la colonne batchid ca fonctionne.
Pourriez-vous me donner des pistes svp?
d'avance merci !!
Partager