Wrox Programmer Forums
|
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Servlets section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 23rd, 2005, 04:13 AM
Authorized User
 
Join Date: Aug 2005
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to aytacakin
Default display:table

How can I add onclick,ondclick,onfocusor etc... events at the display:table tag in jsp page.

 
Old January 16th, 2006, 12:36 AM
Friend of Wrox
 
Join Date: Jan 2006
Posts: 198
Thanks: 0
Thanked 0 Times in 0 Posts
Default

According to the documentation for the tag library, http://displaytag.sourceforge.net/11...reference.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.
 
Old May 29th, 2006, 10:35 AM
Registered User
 
Join Date: May 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to sangeeta
Default

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.





Similar Threads
Thread Thread Starter Forum Replies Last Post
simple...just display a table toddw607 SQL Server ASP 1 March 27th, 2007 03:52 PM
display:table aytacakin J2EE 0 November 23rd, 2005 04:12 AM
display:table aytacakin Struts 0 November 23rd, 2005 04:11 AM
display:table aytacakin J2EE 0 November 23rd, 2005 03:58 AM
can't display record from table. jenjenyan Access ASP 3 June 5th, 2004 12:36 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.