Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: java pop-up actions

  1. #1
    Junior Member
    Join Date
    Mar 2013
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default java pop-up actions

    QUERY:

    - I am using MySQL server as database and programming in jsp.
    - I am creating a form using which the user fed information are to be
    saved in the database on clicking submit at the end of the form.
    - I would like to instantly save the form details to my database as
    and when the user clicks the submit button and this action should also
    show a pop up window for confirming the same.
    - In the pop-up window, there should be 2 buttons, i.e. Continue and Cancel.
    - If the user clicks the Cancel button, I wish to go back to the same
    form page that the user has filled and do any required editing that
    the user wishes to do, which would be saved again, over-writing the
    earlier information in the database when the user clicks on the submit
    button the second time.
    - If the user clicks the Continue button in the pop up window, there
    should be 2 actions that needs to be performed, namely:
    1) to open the mail client(e.g. Outlook) the user uses on his system
    with the completed form attached as a pdf file.
    2) perform a logout action which logs the user out of the session.


  2. #2
    Super Moderator curmudgeon's Avatar
    Join Date
    Aug 2012
    Posts
    1,130
    My Mood
    Cynical
    Thanks
    64
    Thanked 140 Times in 135 Posts

    Default Re: java pop-up actions

    You've posted a bunch of project requirements but no coherent question. You need to tell us what specific problem you are having with your current code, else we'll not be able to help you.

Similar Threads

  1. Replies: 1
    Last Post: April 6th, 2012, 12:36 PM
  2. Help in putting actions to buttons
    By juliusmasa in forum What's Wrong With My Code?
    Replies: 1
    Last Post: December 14th, 2011, 07:22 AM
  3. [SOLVED] need help with struts actions
    By arvindbis in forum Web Frameworks
    Replies: 0
    Last Post: October 4th, 2011, 05:40 AM
  4. Java - Button Actions on Form --Please help
    By Cami7 in forum What's Wrong With My Code?
    Replies: 7
    Last Post: February 24th, 2011, 01:31 PM
  5. do actions in ComboBox
    By java_cs in forum AWT / Java Swing
    Replies: 2
    Last Post: October 1st, 2009, 10:53 AM