posted 16 years ago
Hi Everyone, Im working on a project where the Action class extends itself from some other class, the "execute()" method is missing in the action class but is present in its superclass, my question is : how is action class called??..the constructor simply calls the constructor of the super class, BUT HOW DOES THE execute() METHOD IN THE SUPER CLASS GET CALLED??.
Heres some of the code from both the superclass and the actionclass.Please note, the path pointed to in the struts-config is that of the subclass or the ListViewActionClass:
The Action Class:
Now, the superclass:
Thanks in advance,
Ravissant Markenday
[ April 10, 2008: Message edited by: Ravissant Markandey ]