Can we keep one action file for all jsp files in struts?"
I have 5-6 Jsp pages and all are inter connected.
If any one make changes, these changes should be display in the database.
In this case, I need only one Action class which can hold or manipulate all changes from all jsp pages. I am not sure "Can we keep one action file for all jsp files?"
If yes, then how can we configure struts-config.xml file.
If no, then pls suggest me any altenative solution.

