Q. Formating JSP screws up document [message #72163] |
Mon, 07 February 2005 13:42  |
Eclipse User |
|
|
|
Originally posted by: web.itzy.net
Hello NG,
WTP 1.0M2 and Eclipse 3.1M4 so far worked pretty well. However I noticed one
strange behaviour. When formatting a JSP document as simple as
<%@ page language="java"
import="java.util.Vector,
java.util.List"%>
<HTML>
<BODY>
<%List items=null;%>
</BODY>
</HTML>
WTP formats this to
<%@ page language="java" import="java.util.List;
public class __"%>
<HTML>
<BODY>
<%List items = null;%>
</BODY>
</HTML>
which appearently won't compile anymore.
Could someone please confirm this is a common behaviour? Is there a
workaround?
TIA,
Christian
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03726 seconds