Hi,

 

I’m trying the myfaces tree2 component right now.

 

 

The environment is JDK 1.5_update 6, Myfaces 1.0.9, windows XP professional SP2

 

My code is

 

<table width="1016" border="1" cellpadding="0" cellspacing="0" bordercolor="#000000">

  <tr>

    <img src="">"/images/header2.png" width="1016" height="90"/>

  </tr>

  <tr>

    <td colspan="2">&nbsp;

      <jsp:include page="PrePlanInfo.jsp" flush="true"/>

    </td>

  </tr>

  <tr>

    <td>

      <jsp:include page="TermOrganizer.jsp" flush="true"/>

    </td>

    <td>

      <jsp:include page="CourseInputPanel.jsp" flush="false"/>

    </td>

  </tr>

  <tr>

    <td colspan="2">&nbsp;<img src="">"/images/footer.png" width="1016" height="40"/></td>

  </tr>

</table>

 

 

The problem is, tree2 is inside the TermOrganizer.jsp, while CourseInputPanel.jsp display some text information.

 

Tree

----

----

----

----

 

 

 

 

 

 

Text…

 

 

I want something like

Tree

----

----

----

----

 

Text…

 

 

Is it possible?

 

 

 

Reply via email to