Execute Struts actions within Struts actions
Let say we have Actions A and B.
In Actions B, I will execute some business logic and execute the same business logic I coded in Actions A.
Is it possbile that in Actions B I can execute Actions A, thus avoid having the same code in 2 different places
Please let me know. Thanks

