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 3 of 3

Thread: creating a Dynamic table using jsp based on textbox value

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

    Question creating a Dynamic table using jsp based on textbox value

    in my webpage i have one text box in that text box only allows integer numbers only. i want to create a table dynamically based on that text box values.

    example: if in text box i entering a value 5 mean the table will have 5 columns and 5 rows.(using jsp) any one please help me..


  2. #2
    Member
    Join Date
    Feb 2014
    Posts
    180
    Thanks
    0
    Thanked 48 Times in 45 Posts

    Default Re: creating a Dynamic table using jsp based on textbox value

    Do you mean you want to dynamically generate the table on the same web page? If so, it sounds like a job for Javascript rather than Java (this is a Java programming forum); you can get useful information on this using the search term "javascript generate table" in Google/Bing.

  3. #3
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: creating a Dynamic table using jsp based on textbox value

    Thread moved to Other Programming Languages section unless further information is provided to suggest this is a Java rather than javascript specific question

Similar Threads

  1. how to code dynamic updation of table fields??
    By abhilasha8055 in forum What's Wrong With My Code?
    Replies: 0
    Last Post: June 23rd, 2013, 09:37 AM
  2. JSP-dynamic duplicate
    By Brane in forum Java Theory & Questions
    Replies: 1
    Last Post: August 6th, 2012, 02:09 PM
  3. JSP-dynamic duplicate
    By Brane in forum JavaServer Pages: JSP & JSTL
    Replies: 1
    Last Post: August 6th, 2012, 02:07 PM
  4. Java Based lightweight Table (grid)
    By vairam in forum Member Introductions
    Replies: 5
    Last Post: April 11th, 2011, 06:13 AM
  5. Replies: 2
    Last Post: July 8th, 2009, 06:35 AM