Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3245378 By: msi_
Hello and sorry for my english. I use displaytags libraries to show datas in a jsp page with Struts. I´d like a column where the user may edit/delete. <display:table name="sessionScope.tablatemporadas"> <display:column property="temporada"/> <display:column property="year""/> <display:column title="Edit" href="/modificatemporada.jsp" paramId="id" paramProperty="temporada">edit</display:column></display:table> If i coded this, modificatemporada.jsp recover the parameter right but... ¿How can i send more parameters? I´d like use action instead of href="...." and i have seen <display:column haven´t action attribute. ¿How can i use <html:link action="..." with some parameters of display:column? <display:table name="sessionScope.tablatemporadas"> <display:column property="temporada"/> <display:column property="year""/> <display:column title="Edit"> <html:link action="editGo.do" ...¿¿??...>edit</html:link></display:column></display:table> Any help will be grateful. ______________________________________________________________________ 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

