facebook

jsp page covered with comments

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #247847 Reply

    Ufuk COBAN
    Member

    if 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 –>

    #248029 Reply

    Riyad Kalla
    Member

    With a quick test I couldn’t reproduce this, can you paste a full example JSP page for us to use?

    #248035 Reply

    Ufuk COBAN
    Member

    open with visual editor

    <!– site_user start –>
    <%@page contentType=”text/html;charset=UTF-8″ language=”java”%>
    <%@taglib uri=”http://struts.apache.org/tags-html&#8221; prefix=”html”%>
    <%@taglib uri=”http://java.sun.com/jsp/jstl/core&#8221; 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 –>

    #248036 Reply

    Ufuk COBAN
    Member

    open 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.

    #248045 Reply

    Riyad Kalla
    Member

    I 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?

    #248711 Reply

    Riyad Kalla
    Member

    Let’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)

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: jsp page covered with comments

You must be logged in to post in the forum log in