Error on my JSP page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • abilashnn
    New Member
    • Sep 2006
    • 12

    Error on my JSP page

    Dear All,

    In one of my appln, I have one pop up window which will select one name from the list and return to calling jsp page.
    Now one name eg: Kevin O' Connor , having apostrophe.
    So if we clicked on that name from the displayed list in pop up window, it shows an error since delimitting that returning arguments by apostrophe. So if any one of u know how to escape that apostrophe from the string....?
    Please reply me.....

    Abilash
  • Bogger
    New Member
    • Sep 2006
    • 3

    #2
    Originally posted by abilashnn
    Dear All,

    In one of my appln, I have one pop up window which will select one name from the list and return to calling jsp page.
    Now one name eg: Kevin O' Connor , having apostrophe.
    So if we clicked on that name from the displayed list in pop up window, it shows an error since delimitting that returning arguments by apostrophe. So if any one of u know how to escape that apostrophe from the string....?
    Please reply me.....

    Abilash
    try Kevin O\'Connor...



    -Bogger

    Comment

    • abilashnn
      New Member
      • Sep 2006
      • 12

      #3
      help me please

      Dear All,

      In one of my appln, I have one pop up window which will select one name from the list and return to calling jsp page.
      Now one name eg: Kevin O' Connor , having apostrophe.
      So if we clicked on that name from the displayed list in pop up window, it shows an error since delimitting that returning arguments by apostrophe. So if any one of u know how to escape that apostrophe from the string....?
      Please reply me.....

      Abilash

      Comment

      Working...