Hi All,
We have a requirement where we need to send an HTML code from a Text Field to a Jsp where we validating the Tag, I am able to do the validation but the issue is that when i am sending the html which i have taken as a string to the jsp using callserver , the full HTML is not going to the jsp so the validation is not happening for the full HTML
Is ther any way i can send this full HTML to the jsp ?
Any suggestion are good as of now as i am not able to find a solution ...