View Review Details


Book:   Programming Jakarta Struts
Subject:   Programming Jakarta Struts Review
Date:   2003-07-21 18:14:43
From:   Chuck Cavaness
Rating:  StarStarStarStarStar

Arin,


I sent you a response from the email you sent. Let me know if it helps.


Just so others who are reading this "hidden treasure trove of Struts doubloons” (Sorry just saw Pirates of the Caribbean), let me share with you the response that I sent.


There are several places that this type of behavior can be added. It will most likely take an extension to the framework, but that’s what extensions points are all about.


Here are some of the options:


1) Extend the ActionServlet and override the process() method.


2) Extend the RequestProcess and override one of the many public methods.


3) Use a ServletFilter and intercept the request (assuming a 2.3 container).



See larger cover