Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Using struts Action class and Servlet together!

622501Jul 23 2008 — edited Aug 27 2008
Action is from org.apache.struts.action.Action and HttpServlet is from javax.servlet.http.HttpServlet.
I am using the Action class from struts and need to redirect to some html fle for some interval(to show that some processing is going on(like verifying authentication or so on)---Processing your request!...).Later this redirection should be returning to the same Action class and will be mapping to some jsp pages for showing the processed results.Is there any idea on how to do this?
I thought of using HttpServlet along with Action but as there is no multiple inheritence in JAVA,how shall I proceed.Can anyone give me some idea?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 24 2008
Added on Jul 23 2008
25 comments
2,639 views