Menu

#134 Dashboard component draws two begining div tags

v2.0
closed-fixed
5
2006-12-16
2006-12-16
No

Dashboard component draws two begining div tags. Here is an example:

<div id="dictionaryHitRatio">
<div id="dictionaryHitRatio">
<pre class="plaintext">0.9378721489189136</pre>
</div>

Discussion

  • Rakesh Kalra

    Rakesh Kalra - 2006-12-16

    Logged In: YES
    user_id=1058292
    Originator: YES

    Fixed for 2.0 beta2:

    RCS file: /cvsroot/jmanage/jmanage/webui/src/main/java/org/jmanage/webui/taglib/jm/DashboardComponentTag.java,v
    retrieving revision 1.7
    diff -r1.7 DashboardComponentTag.java
    94c94
    < pageContext.getOut().println("<div id=\""+getId()+"\">"+componentDisplay+"");
    ---
    > pageContext.getOut().println(componentDisplay);

     
  • Rakesh Kalra

    Rakesh Kalra - 2006-12-16
    • status: open --> closed-fixed
     

Log in to post a comment.