another solution is using struts or jstl tags here is the struts way to achieve that (but you can go for c:url and c:param tags as well): <display:column title="Table"> <html:link action="processTable"> <c:out value="${defect.table}" /> <html:param name="param1" value="${defect.tableBusinessName}" /> <html:param name="param2" value="${defect.errorCount}" /> </html:link> </displaytag>
On 6/21/07, SourceForge.net <[EMAIL PROTECTED]> wrote: > > Read and respond to this message at: > https://sourceforge.net/forum/message.php?msg_id=4373806 > By: robl29 > > What I meant is can I pass the table, tableBusinessName and errorCount values > to the hyperlink. > With paramXX attributes, I can only pass one parameter but I want to pass more > than one parameters... > ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ displaytag-user mailing list displaytag-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/displaytag-user