Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
We have a requirement to capture one of the screens of our applictaion and save the HTML to a DB for auditing. We need to store exactly what the user sees. Is there a way within struts, or Java/Apache to “intercept” the HTML output and 1) send to DB and 2) give to browser for user to see?
Oracle 10g App Server, Apache Web Server, Struts U/I
A good way you can do this is using a Filter. People typically use outgoing filters to zip content and send it compressed to the client, but you instead can capture it and store it in the DB.