Prototype Ajax with Apache Struts

Posted by anup.narkhede on February 20, 2007

A simple example of Ajax on Struts using prototype.js

ScrapLogger is a simple example of integrating prototype and scriptaculous effects with struts. The logger is a demonstration of single ajax updater call, and scriptaculous Highlight effect.
My Java struts application contain a single action class, one form bean and two JSPs.

snapshot

Continue reading…