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: Check Box Implementation

  1. #1
    Junior Member
    Join Date
    Sep 2014
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Check Box Implementation

    Sir/Madam,

    1. In jsp 1 , i have 3 checkboxes(chkbox1,chkbox2,chkbox3) , if i select check boxes (chkbox1, chkbox2), and click on submit,
    corresponding two text fields (chkbox1,chkbox2) will have to appear in the next jsp i.e., jsp 2.

    2. In jsp 1 , i have 3 checkboxes(chkbox1,chkbox2,chkbox3) , if i select check boxes (chkbox2, chkbox3), and click on submit, corresponding
    two text fields(chkbox2,chkbox3) will have to appear in the next jsp i.e., jsp 2.

    Like this, which ever checkbox i select, corresponding text fields should appear in the subsequent jsp.

    Thanks & Regards,
    suresh


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Check Box Implementation

    Thread moved.

Similar Threads

  1. How to add a new Check box "Activate Selected items" on the page ?
    By jatin7 in forum JavaServer Pages: JSP & JSTL
    Replies: 7
    Last Post: July 17th, 2014, 07:06 AM
  2. TEXT Box
    By Rehan in forum What's Wrong With My Code?
    Replies: 1
    Last Post: April 8th, 2014, 06:55 AM
  3. Replies: 4
    Last Post: March 24th, 2014, 03:59 PM
  4. Making an input dialog box appear after closing a combo box
    By Shenaniganizer in forum What's Wrong With My Code?
    Replies: 14
    Last Post: November 11th, 2012, 06:22 PM
  5. B+ Tree implementation
    By programmer in forum Java Theory & Questions
    Replies: 2
    Last Post: November 15th, 2009, 05:47 PM