my application using angular js with java struts application. i am saving name with & symbol does not save.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Afzaal Ahmad ZeeshanPosted May 17, 2016, 5:46 AM
Bhuvanesh MohankumarPosted May 17, 2016, 5:40 AM
Yes Afzaal,
Afzaal Ahmad ZeeshanPosted May 17, 2016, 5:36 AM
Bhuvanesh MohankumarPosted May 17, 2016, 5:34 AM
When you sand the "&" sysmbol or any special character in URL may be discarded due to cross side scripting issue.
In UI when you send data replace "&" with "amp" and in backend update value by replacing the word.
Afzaal Ahmad ZeeshanPosted May 17, 2016, 5:31 AM