Subject: display:table
Posted By: aytacakin Post Date: 11/23/2005 3:13:09 AM
How can I  add onclick,ondclick,onfocusor etc... events at the display:table tag in jsp page.

Reply By: panacea Reply Date: 1/15/2006 11:36:40 PM
According to the documentation for the tag library, http://displaytag.sourceforge.net/11/displaytag/tagreference.html, it appears to be impossible.  

What Struts does, which has similar functionality, is pass through values with identical parameter names.  For example, <html:checkbox ... onClick="foo()"> would produce HTML like <input type="checkbox" ... onClick="foo()">.  Perhaps you can lobby the developers of the displaytag project to implement a similar feature?

Jon Emerson
Computer Scientist
Adobe Systems, Inc.
Reply By: sangeeta Reply Date: 5/29/2006 10:35:57 AM
I am displaying page totals as well as the grand totals using display tag. My problem is Page totals are displayed as Grand totals when clicked on the sorting links. Please help me out if anybosy knows.

Go to topic 44900

Return to index page 274
Return to index page 273
Return to index page 272
Return to index page 271
Return to index page 270
Return to index page 269
Return to index page 268
Return to index page 267
Return to index page 266
Return to index page 265