-----------------------------------------------------------------------------------------------------------------------------------------------
dear all,
i have an internal frame inside a html page(main page) within which we open all the
struts pages. so far we have developed more 400 pages (jsps actions and its forms). now i need to display a <particular wordings> in all the pages. so i thought of writing that as a separate action and include this into all the
jsp files. if we do like this i need to change/update all the so developed 400+ jsp files. instead of doing this, is there any possible way i can include it in all the pages that opens in the internal frame? dynamically include it from the server-side, like customizing "RequestProcessor" class?
thanks all
Vijay Veeraraghavan
-----------------------------------------------------------------------------------------------------------------------------------------------