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: how to save many users name in 1 textbox on website from servlet

  1. #1
    Junior Member
    Join Date
    Dec 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation how to save many users name in 1 textbox on website from servlet

    hi friends,i have a problem this method.
    i created 1 .jsp file and i have 1 textbox and 1 button to go servlet file.
    when 1 or more user enter the name before, they enter the site.
    where the server keeps the track of the names of the clients who
    viewed its home page.
    like vote function but i dont know the icrement to array after the user.

    plss help me


  2. #2
    Senile Half-Wit Freaky Chris's Avatar
    Join Date
    Mar 2009
    Posts
    834
    My Mood
    Cynical
    Thanks
    7
    Thanked 105 Times in 90 Posts

    Default Re: how to save many users name in 1 textbox on website from servlet

    We cannot help you without seeing what you have already done. There are about a million ways of doing what you have said. We need a bit more from you hehe, otherwise we won't be able to provide an accurate solution.


    Chris

  3. #3
    Junior Member
    Join Date
    Dec 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: how to save many users name in 1 textbox on website from servlet

    i fixed friend thank you
    but i have another promlem. i store all array data in "file.dat" but hot can delete inside the file.dat from another .jsp page.
    one more think that, all codes in reservation.java but i created admin.java. this is a servlet.how to reach a file.dat from reservation.java to admin.java ???

Similar Threads

  1. How to Get users home directory
    By JavaPF in forum Java Programming Tutorials
    Replies: 0
    Last Post: September 2nd, 2010, 10:37 AM
  2. TextBox
    By tryingtoJava in forum AWT / Java Swing
    Replies: 3
    Last Post: October 7th, 2009, 10:05 AM
  3. make textbox in canvas
    By mahdi in forum Java ME (Mobile Edition)
    Replies: 2
    Last Post: October 6th, 2009, 07:10 AM
  4. Replies: 5
    Last Post: April 20th, 2009, 06:47 AM
  5. How to know number of user downloading an application?
    By jazz2k8 in forum Java Theory & Questions
    Replies: 2
    Last Post: July 3rd, 2008, 04:34 AM