Hi All
I am passing values from a child window to parent window.
The child window has the following link on clinking of which the corresponding value pass to the parent window:
<a href="#" onClick="closewindow('${stone.code}')">
The argument in the closewindow() function passes to the parent window's text box.
My problem comes when ${stone.code} contains the apostrophe in it.
The java script gives the err as we know we should replace all occurances of
' with \' .
But i am unable to do this in with the jstl.
I have already spent a lot of time on it.
Please help me if any body has any idea.
Thanks a lot of you people in advance.