facebook

How to generate a ‘please wait’ page in STRUTS?

  1. MyEclipse IDE
  2.  > 
  3. Off Topic
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #249378 Reply

    Sunit Katkar
    Member

    All of you have definitely seen a ‘please wait’ page when you submit a form and then after a few seconds get a result page. This is typically true of web pages where you submit a credit card transaction or some time consuming database search query.

    How can I do this using STRUTS?

    I searched the web and found some solutions which are useful only if you use pure JSP pages and no struts.

    Then there is this solution of extending the RequestProcessor, but that conflicts if you use Tiles (and I do use Tiles in my application).

    Is there a simple/tough/whatever way to do this?

    #249421

    Sunit Katkar
    Member

    Will this work?

    Page 1 submits the form to page 2. Page 2 shows the “please wait message” and starts the long transaction. When page 2 finishes the forward action then forwards to page 3 which shows the desired results?

    I am just guesssing here. Is this the correct approach?

    #249428

    Riyad Kalla
    Member

    Moving to OT > Soft Dev

    #249607

    Sunit Katkar
    Member

    @support-rkalla wrote:

    Moving to OT > Soft Dev

    Sorry for posting in the wrong forum.

    As to the original topic. Please someone, reply to my newbie question.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: How to generate a ‘please wait’ page in STRUTS?

You must be logged in to post in the forum log in