Re: FeedbackPanel.isVisible override

2009-03-31 Thread Luther Baker
That was perfect.

Thanks,

-Luther


On Sun, Mar 29, 2009 at 1:58 AM, Anton Veretennikov 
anton.veretenni...@gmail.com wrote:

 anyMessage();

 On Sun, Mar 29, 2009 at 1:56 PM, Luther Baker lutherba...@gmail.com
 wrote:
  I am using the built-in functionality of the FeedbackPanel and I'd like
 to
  tweak it just a bit.
 
  I have some default padding/margin setup for that div ... and so even
 empty,
  it takes up some space on my page. I'd like to hide it altogether if no
  errors are present.
 
  Is there a well-known function I can call from my override of
  FeedbackPanel.isVisible() to tell me if Validation failed?
 
  Or - is there a more appropriate answer here to effectually do the same
  thing?
 
  -Luther
 

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




Re: FeedbackPanel.isVisible override

2009-03-29 Thread Anton Veretennikov
anyMessage();

On Sun, Mar 29, 2009 at 1:56 PM, Luther Baker lutherba...@gmail.com wrote:
 I am using the built-in functionality of the FeedbackPanel and I'd like to
 tweak it just a bit.

 I have some default padding/margin setup for that div ... and so even empty,
 it takes up some space on my page. I'd like to hide it altogether if no
 errors are present.

 Is there a well-known function I can call from my override of
 FeedbackPanel.isVisible() to tell me if Validation failed?

 Or - is there a more appropriate answer here to effectually do the same
 thing?

 -Luther


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



FeedbackPanel.isVisible override

2009-03-28 Thread Luther Baker
I am using the built-in functionality of the FeedbackPanel and I'd like to
tweak it just a bit.

I have some default padding/margin setup for that div ... and so even empty,
it takes up some space on my page. I'd like to hide it altogether if no
errors are present.

Is there a well-known function I can call from my override of
FeedbackPanel.isVisible() to tell me if Validation failed?

Or - is there a more appropriate answer here to effectually do the same
thing?

-Luther