Hi
I have javascript function in my jsp page. Function does following :
text1 += '<xupdate:inser t-before></xupdate:insert-before>;
but i get exception that <jsp:root> expected . Slash is a problem. I try
change it to > but it does nothing. Is there other solution??
Thx in advance
Marcin Goldyn
I have javascript function in my jsp page. Function does following :
text1 += '<xupdate:inser t-before></xupdate:insert-before>;
but i get exception that <jsp:root> expected . Slash is a problem. I try
change it to > but it does nothing. Is there other solution??
Thx in advance
Marcin Goldyn
Comment