- This topic has 5 replies, 2 voices, and was last updated 18 years, 8 months ago by Riyad Kalla.
-
AuthorPosts
-
Ufuk COBANMemberif you design a page that contains comments at the beginning and at the end of a jsp file visual editor behaves strange.try adding or removing a struts or jsf component to the page.
<!– page start –>
………………..
<!– page end –>
Riyad KallaMemberWith a quick test I couldn’t reproduce this, can you paste a full example JSP page for us to use?
Ufuk COBANMemberopen with visual editor
<!– site_user start –>
<%@page contentType=”text/html;charset=UTF-8″ language=”java”%>
<%@taglib uri=”http://struts.apache.org/tags-html” prefix=”html”%>
<%@taglib uri=”http://java.sun.com/jsp/jstl/core” prefix=”c”%>
<TABLE align=”center” border=”0″ width=”550″>
<TR>
<TD colspan=”1″ height=”20″>
</TD>
</TR>
<TR>
<TD>
<TABLE border=”0″ width=”200px”>
<TR>
<TD></TD>
<TD valign=”top”>
<P>
</P><TABLE width=”320″>
<TR>
<TD class=”header1″ align=”center”>
Move button here</TD>
</TR>
<TR>
<TD class=”normal2″></TD>
</TR>
</TABLE>
<P><html:button property=”aaaa” /></P>
</TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD>
<P align=”center”></P>
</TD>
</TR>
</TABLE>
<!– test_page end –>
Ufuk COBANMemberopen with myeclipse designer and move button to different cells. it makes this problem rarely. you will notice that mouse pointer will be the stop sign. designer moves bottom comment to the top of the page.
Riyad KallaMemberI can’t reproduce this, I moved the button around to all the cells, even the outter most table 3x around the screen for each cell and the comments weren’t touched. I saved and validated the page each time.
Can you paste the result of MyEclipse > About > Configuration Summary for me?
Riyad KallaMemberLet’s try this again, please paste the result of MyEclipse > About > Configuration Summary, not Help > About > Configuration Summary (the giant mess that was pasted before)
-
AuthorPosts