Hi,
I have 2 actions
a1 and a2 that map the the same struts action,
In the execute method i need to be able to determine which action has been selected, how can i do this?
(the action has no form.)
David Newton wrote:@Sagar: it'll also get executed if you visit /SecondAction.do, right?
Ohh, Yes David, you are right.. I don't whats going through my mind when I posted such an idiot reply.. :banghead:
Actually I interpret question wrong , I thought poster ask like, If same action path mapped to two different Action class, then which action class get executed ?