Thanks, I will try it. Anyway strange that there's this still this issue ..


// Paolo

On Thu, Apr 17, 2008 at 2:20 PM, gumnaam23 <[EMAIL PROTECTED]> wrote:

>
> Download the jmx panel source code and add an empty DIV element before the
> the JmxPanel.html
>
> here's patch,   (you need stuff between --START and -- END )
>
> svn diff src/main/java/org/wicketstuff/jmx/markup/html/JmxPanel.html
>
> -- START
>
> Index: src/main/java/org/wicketstuff/jmx/markup/html/JmxPanel.html
> ===================================================================
> --- src/main/java/org/wicketstuff/jmx/markup/html/JmxPanel.html (revision
> 3817)
> +++ src/main/java/org/wicketstuff/jmx/markup/html/JmxPanel.html (working
> copy)
> @@ -15,6 +15,7 @@
>    limitations under the License.
>  -->
>  <wicket:panel>
> +       <div style="clear:both"> </div>
>        <div wicket:id="jmxBeanTable"></div>
>         <div style="clear:both"></div>
> </wicket:panel>
>
> -- END
>
> Or you can ask the author of JMX panel to include this patch in the next
> release.
>
>
> paolo di tommaso wrote:
> >
> > Guys,
> >
> > someone has soem experience with the nice JmxPanel describe here?
> >
> > http://chillenious.wordpress.com/2007/08/29/jmx-wicket-panel/
> >
> > Adding a JmxPanel instance to my page I always get the following EMPTY
> > panel
> > ..
> >
> >
> > <div class="jmxTreePanel">
> > <table>
> > <tr>
> >  <td><div id="tree1" class="jmxTree">
> >   <div style="display:none" id="tree1_0"></div>
> >   </div></td>
> >             <td><div id="detailPanel2">
> > </div></td>
> > </tr>
> > </table>
> > </div>
> > <div style="clear:both"></div>
> >
> >
> > Any ideas ?
> >
> > Thanks.
> >
> > // Paolo
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/JmxPanel-tp16740210p16743671.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to