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: Spring

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

    Default Spring

    Hi,
    I am using Spring 3.2 . My form retaining the old values . How can i get rid of that ?

    Here are the details: 1.ProgramGroupName
    2.ProgramDescription
    3.ProgramGroupId
    These are the values in that form . If am saving/updating by default its taking
    like A, or Name, ...ect for ProgramGroupName.
    How can i get rid of this problem ?


    Thanks
    Arjun


  2. #2
    Junior Member
    Join Date
    May 2012
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Spring

    Try switching from session scope to request scope

Similar Threads

  1. Spring Framework
    By Napsy in forum Web Frameworks
    Replies: 3
    Last Post: January 23rd, 2013, 07:04 AM
  2. Spring framework
    By navukkarasi in forum What's Wrong With My Code?
    Replies: 0
    Last Post: November 19th, 2012, 08:07 AM
  3. Spring MVC
    By BALUBALU in forum Web Frameworks
    Replies: 3
    Last Post: October 10th, 2012, 08:54 AM
  4. spring remember me
    By mr.miku in forum Web Frameworks
    Replies: 0
    Last Post: November 19th, 2011, 01:17 PM