Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
why is tag file editor so different from jsp tag file editor
both are supposedly using the ‘MyEclipse Visual JSP Editor’, but the tag file doesn’t display the expand/collapse toggles on the margins, and it seems to treat html like plain text instead of xml-like structures.
Is it because you expect invalid xml structure in those tags, similar to jsp includes?
How do I change this behavior so that the tag file editor behaves more like the jsp editor?
In the JSP, The +/- collapse buttons appear on the margins for both the <div> and <ul> elements. This does not happen for the tag file. The tag file also reports a ‘unknown tag(div)’.
hughth,
You cant get this file to work with the collapse buttons. A JSP file needs the page directive along with the other set of tags (such as a body and header) to get it to recognize these tags.
???? I’m complaining about the TAG file not the JSP file. The JSP file works fine. Why is <div> and unknown tag? it’s HTML. And why does it work in the JSP file and not the TAG file.