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

