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: parent/child jsp and "opener" in jsp

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

    Unhappy parent/child jsp and "opener" in jsp

    coming straight away to the problem.. i have a jsp code. when i select a string(an option) in the pop-up window(child page) and press "ok" then the selected string is shown at the desired place on the parent page, but the problem is that if the string has multiple words with spaces in between(on the child page or pop-up window) then these spaces are being replaced by commas when it comes to parent page.. i am unable to identify what is the exact problem.
    ex:
    if there is option on the pop-up window(child page)- "maximum marks scored"
    then on selecting this option it appears on the parent page as- "maximum,marks,scored"

    these commas are not desired..


  2. #2
    Member
    Join Date
    Jul 2013
    Posts
    219
    Thanks
    0
    Thanked 18 Times in 17 Posts

    Default Re: parent/child jsp and "opener" in jsp

    Hello.
    can you please paste the jsp code here?

    Thanks,
    Syed.

Similar Threads

  1. Replies: 2
    Last Post: June 22nd, 2013, 10:30 AM
  2. "Search Form" JSP-SERVLET USING NETBEANS
    By Brane in forum What's Wrong With My Code?
    Replies: 20
    Last Post: August 1st, 2012, 03:28 AM
  3. Parent JSP Page is not refreshing properly after modifying a child Jsp.
    By jay_84 in forum What's Wrong With My Code?
    Replies: 2
    Last Post: December 14th, 2011, 09:59 AM
  4. saving the data of the child jsp into parent jsp
    By nrao in forum JavaServer Pages: JSP & JSTL
    Replies: 0
    Last Post: January 15th, 2011, 11:05 AM
  5. Replies: 1
    Last Post: January 15th, 2010, 01:32 AM

Tags for this Thread