Re: JmxPanel

2008-04-30 Thread Paolo Di Tommaso
at 11:09 PM, Paolo Di Tommaso < > > > [EMAIL PROTECTED]> wrote: > > > > > > > No. Just a plain html page without any custom css. > > > > > > > > What version of Wicket/Wicket-stuff-jmx-panel are you using ? > > > > > > > >

Re: JmxPanel

2008-04-30 Thread Gerolf Seitz
ml page without any custom css. > > > > > > What version of Wicket/Wicket-stuff-jmx-panel are you using ? > > > > > > > > > Thanks, > > > > > > // Paolo > > > > > > On Wed, Apr 23, 2008 at 7:20 PM, Gerolf Seit

Re: JmxPanel

2008-04-30 Thread Paolo Di Tommaso
> On Wed, Apr 23, 2008 at 7:20 PM, Gerolf Seitz <[EMAIL PROTECTED]> > > wrote: > > > > > nope, did the same thing you did. > > > do you have any custom css that might cause this? > > > > > > Gerolf > > > > > > On Wed, Apr 23, 2008

Re: JmxPanel

2008-04-30 Thread Benjamin Ernst
ED]> > wrote: > > > nope, did the same thing you did. > > do you have any custom css that might cause this? > > > > Gerolf > > > > On Wed, Apr 23, 2008 at 7:02 PM, Paolo Di Tommaso < > > [EMAIL PROTECTED]> > > wrote: > > > > >

Re: JmxPanel

2008-04-23 Thread Paolo Di Tommaso
t cause this? > > Gerolf > > On Wed, Apr 23, 2008 at 7:02 PM, Paolo Di Tommaso < > [EMAIL PROTECTED]> > wrote: > > > Absolutely, JMX feature is enabled. > > > > I'm adding a JmxPanel in my page using a simple: > > > > add(new JmxPanel(&q

Re: JmxPanel

2008-04-23 Thread Gerolf Seitz
nope, did the same thing you did. do you have any custom css that might cause this? Gerolf On Wed, Apr 23, 2008 at 7:02 PM, Paolo Di Tommaso <[EMAIL PROTECTED]> wrote: > Absolutely, JMX feature is enabled. > > I'm adding a JmxPanel in my page using a simple: >

Re: JmxPanel

2008-04-23 Thread Paolo Di Tommaso
Absolutely, JMX feature is enabled. I'm adding a JmxPanel in my page using a simple: add(new JmxPanel("jmx")); but nothing is displayed .. You have it working? Have you used any trick? // Paolo On Wed, Apr 23, 2008 at 3:46 PM, Gerolf Seitz <[EMAIL PROTECTED]> wrote

Re: JmxPanel

2008-04-23 Thread Gerolf Seitz
Paolo, I'm not sure where the "display:none" comes from, but i'm pretty sure it's not from the JmxPanel. do you have jmx enabled at all? Gerolf On Thu, Apr 17, 2008 at 9:07 AM, Paolo Di Tommaso <[EMAIL PROTECTED]> wrote: > Guys, > > someone has soem ex

Re: JmxPanel

2008-04-23 Thread Paolo Di Tommaso
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 befo

Re: JmxPanel

2008-04-18 Thread Paolo Di Tommaso
> > > -- 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? > > > >

Re: JmxPanel

2008-04-17 Thread gumnaam23
cense. --> +   -- 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/2

JmxPanel

2008-04-17 Thread Paolo Di Tommaso
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 .. Any ideas ? Thanks. // Paolo