Currently I have two panels.

I have one panel that is handling code that is like a PagingNavigator(custom
coded)
And another panel that is handling the DataView.

I'm currently trying to figure out the best way to show that the DataView
results are pulling data from the database when they click on the
PagingNavigator page.

In the panel that contains the PagingNavigator I have a WebMarkupContainer
that contains a loading image. That is visible and invisible depending on
the situation.
I would like that image to show when a user clicks on a Page in the
Navigator since it will be loading results from the database and disappear
when its done.

I have tried creating a function in the panel that contains the
PagingNavigator


To allow the DataView Panel to set the visibility which doesn't seem to
work.
I maybe going about this wrong, but if someone has done something like this,
how did you do it?



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Display-Loading-When-Busy-Navigator-and-DataView-tp4661126.html
Sent from the Users forum mailing list archive at Nabble.com.

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

Reply via email to