Hi all,
I am new to
Java. We are using jsps and
struts in our project. I was able to figure out 2 action classes i.e froma
jsp file goes to one action class and from there to another action class, but after that I am lost. I am not able to figure out where it goes next. I have a java class in which all the methods are implemented. There should be some action class after the second action class in which these java methods are called. We are using RAD 7.0.0.5. Can some one please help me figure out how to find the next action class? Thanks.