I tried this trick but the JmxPanel still does not work ..

Have someone used successfully the JmxPanel ?!

Thank you

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

Reply via email to