The IDE is changing ">" for "& gt;" in JSP View

I've been working with Dr. Prakash's Creator tip for adding several buttons to a table header. So far there has been several times that the IDE changed the ">" for "& gt;" (html code for >) in "disableActions()" javascript:

function disableActions(){

....

var disabled = (sel > 0) ?false :true;// here is the replacement

...

The referenced table is based on the "Single Selectable Row" Creator Tip by Dr. Prakash. Editing the JSP source (javascript), swtich to design view then switch back to JSP view is how I can reproduce it.

Best regards

Antonio.

Message was edited by:

antoniovl

[790 byte] By [antoniovl] at [2007-11-26 11:25:49]
# 1
workaround: Use the JSP editor ... Not sure if this is a feature or a bug in the property editor...
yossarian at 2007-7-7 3:41:19 > top of Java-index,Development Tools,Java Tools...
# 2
Thank you for the suggestion. Anyway my problem was the lack of <![DATA[ tags.Best regards.>
antoniovl at 2007-7-7 3:41:19 > top of Java-index,Development Tools,Java Tools...