|
To capture events with struts
I need to know how can I capture events such as:
"when user click on print button"
"when user click on save button"
something like that
I need to capture and then print them with the "system.out.println" method.
thank you
|