indicating AjaxFallbackDefaultDataTable

2008-12-18 Thread miro

I am looking  for   indicating   AjaxFallbackDefaultDataTable  , do we have
any ?

-- 
View this message in context: 
http://www.nabble.com/indicating---AjaxFallbackDefaultDataTable-tp21074747p21074747.html
Sent from the Wicket - User 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



Re: indicating AjaxFallbackDefaultDataTable

2008-12-18 Thread Michael Sparer

Create your own, it's quite easy. Extend from AjaxFallbackDefaultDataTable
and let it implement IAjaxIndicatorAware, add an WicketAjaxAppender (see
e.g. IndicatingAjaxLink how to do that) and you're done

regards,
Michael


miro wrote:
 
 I am looking  for   indicating   AjaxFallbackDefaultDataTable  , do we
 have any ?
 
 


-
Michael Sparer
http://talk-on-tech.blogspot.com
-- 
View this message in context: 
http://www.nabble.com/indicating---AjaxFallbackDefaultDataTable-tp21074747p21074864.html
Sent from the Wicket - User 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



Re: indicating AjaxFallbackDefaultDataTable

2008-12-18 Thread miro

Is there any other indicator which disables the page so that user is not
cannot perform any other action ?


Michael Sparer wrote:
 
 Create your own, it's quite easy. Extend from AjaxFallbackDefaultDataTable
 and let it implement IAjaxIndicatorAware, add an WicketAjaxAppender (see
 e.g. IndicatingAjaxLink how to do that) and you're done
 
 regards,
 Michael
 
 
 miro wrote:
 
 I am looking  for   indicating   AjaxFallbackDefaultDataTable  , do we
 have any ?
 
 
 
 

-- 
View this message in context: 
http://www.nabble.com/indicating---AjaxFallbackDefaultDataTable-tp21074747p21075428.html
Sent from the Wicket - User 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



Re: indicating AjaxFallbackDefaultDataTable

2008-12-18 Thread James Carman
There's a veil project in wicketstuff-minis


On Thu, Dec 18, 2008 at 11:16 AM, miro miroconn...@yahoo.com wrote:

 Is there any other indicator which disables the page so that user is not
 cannot perform any other action ?


 Michael Sparer wrote:

 Create your own, it's quite easy. Extend from AjaxFallbackDefaultDataTable
 and let it implement IAjaxIndicatorAware, add an WicketAjaxAppender (see
 e.g. IndicatingAjaxLink how to do that) and you're done

 regards,
 Michael


 miro wrote:

 I am looking  for   indicating   AjaxFallbackDefaultDataTable  , do we
 have any ?





 --
 View this message in context: 
 http://www.nabble.com/indicating---AjaxFallbackDefaultDataTable-tp21074747p21075428.html
 Sent from the Wicket - User 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



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



Re: indicating AjaxFallbackDefaultDataTable

2008-12-18 Thread Ernesto Reinaldo Barreiro
Maybe you use this idea
http://cwiki.apache.org/confluence/display/WICKET/Generic+Busy+Indicator+(for+both+Ajax+and+non-Ajax+submits)

or create some kind of veil that is activated each time you have an AJAX
request.The veil will prevent you from preforming any action while AJAX is
active. I use this last approach.

Ernesto

On Thu, Dec 18, 2008 at 5:16 PM, miro miroconn...@yahoo.com wrote:


 Is there any other indicator which disables the page so that user is not
 cannot perform any other action ?


 Michael Sparer wrote:
 
  Create your own, it's quite easy. Extend from
 AjaxFallbackDefaultDataTable
  and let it implement IAjaxIndicatorAware, add an WicketAjaxAppender (see
  e.g. IndicatingAjaxLink how to do that) and you're done
 
  regards,
  Michael
 
 
  miro wrote:
 
  I am looking  for   indicating   AjaxFallbackDefaultDataTable  , do we
  have any ?
 
 
 
 

 --
 View this message in context:
 http://www.nabble.com/indicating---AjaxFallbackDefaultDataTable-tp21074747p21075428.html
 Sent from the Wicket - User 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




Re: indicating AjaxFallbackDefaultDataTable

2008-12-18 Thread miro

This works very well , in addition  to this can I   disable the page till   I
get the response  ?

reiern70 wrote:
 
 Maybe you use this idea
 http://cwiki.apache.org/confluence/display/WICKET/Generic+Busy+Indicator+(for+both+Ajax+and+non-Ajax+submits)
 
 or create some kind of veil that is activated each time you have an AJAX
 request.The veil will prevent you from preforming any action while AJAX is
 active. I use this last approach.
 
 Ernesto
 
 On Thu, Dec 18, 2008 at 5:16 PM, miro miroconn...@yahoo.com wrote:
 

 Is there any other indicator which disables the page so that user is not
 cannot perform any other action ?


 Michael Sparer wrote:
 
  Create your own, it's quite easy. Extend from
 AjaxFallbackDefaultDataTable
  and let it implement IAjaxIndicatorAware, add an WicketAjaxAppender
 (see
  e.g. IndicatingAjaxLink how to do that) and you're done
 
  regards,
  Michael
 
 
  miro wrote:
 
  I am looking  for   indicating   AjaxFallbackDefaultDataTable  , do we
  have any ?
 
 
 
 

 --
 View this message in context:
 http://www.nabble.com/indicating---AjaxFallbackDefaultDataTable-tp21074747p21075428.html
 Sent from the Wicket - User 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


 
 

-- 
View this message in context: 
http://www.nabble.com/indicating---AjaxFallbackDefaultDataTable-tp21074747p21077745.html
Sent from the Wicket - User 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