JAVA

Struts-Layout Suggest

September 9th, 2005  |  Published in JAVA, JavaScript/AJAX

Struts-Layout Suggest:

Struts-Layout is a tag library for struts which provides easy and fast interface creation. This is achieved by powerful tags which display panels, input fields, tables, treeviews, sortable lists, datagrids, popups, calendars, etc. With those tags, the developer have neither need to write nor even know HTML.

Struts-Layout website: http://struts.application-servers.com/

You can find an online demo

( via François Goldgewicht )

For M.R. and J.S.

(Via Ajaxian Blog.)

Preventing Double Payments (2/1/2002)

January 4th, 2005  |  Published in Code Development, HTML, JAVA

Preventing Double Payments (2/1/2002):

Do you know how to prevent the user from clicking the Charge Me button twice? Learn how to disable a button after its first click.

(Via Latest Random JavaScript Tips.)