Hi,
I am getting some weired behaviour for below case.
Please help if anybody knows this issue.
I have
jsp with texbox,I click next it will confirm the inputs on cofiramtion page and then submit.
In jsp when I enter any
string with '&',its behaviour is as below.
abc & def --->abc & def
abc & def & -->abc & def
abc&def&ghi--> abc&def
abc&def&ghi & test-->abc&def&ghi &
test
Means when I enter string with '&' without space the string/character after last '&' is
missing on the confirmation page.I am using jquery/javascript to display information on confirmation page.
Please help ..
Thanks!!
ssn