Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=3247952
By: msi_
Well, i hope explain clearly. I use Struts, and in ArraList i recover
information.
I can write:
<logic:present name="tablatemporadas">
<logic:iterate id="temp" name="tablatemporadas">
<bean:write name="temp" property="temporada"/>
<html:link action="modificartemporadaGo.do" paramId="id2"
paramName="temp"
paramProperty="temporada">edit</html:link>
<br/>
</logic:iterate>
</logic:present>
And the result is correct (but without table). Each edit link have a correct
param.
TEMPORADA...... EDITAR
2000-2001...........edit
2001-2002...........edit
I´d like use displaytags for paging and sorting but this code don´t work. For
example:
<display:table id="tabla" name="sessionScope.tablatemporadas"/>
<display:column titleKey="campo.temporada" property="temporada"/>
<display:column title="OOOO">
<html:link action="EditTemp.do" paramId="id2" paramName="temp"
paramProperty="temporada">edit</html:link>
</display:column>
</display:table>
The information of links haven´t correct parameters. I can recover and show
the information of temporadas:
<bean:write name="tabla" property="temporada"/>
The perfect of me is:
<html:link action="EditTemp.do" paramId="id2" paramName="temp"
paramProperty='<bean:write name="tabla" property="temporada"/>'> edit
</html:link>
But this is impossible. ¿Any idea?
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=249318
-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user