the behavior checks if it or the component it is attached to implement
IAjaxIndicatorAware. what it then does is display:; to show whatever dom
element has the id returned by IAjaxIndicatorAware when the ajax request is
initiated, and then display:none; when the ajax request is finished.

also see javadoc on IAjaxIndicatorAware

-igor


On 3/8/07, Apaar Trivedi <[EMAIL PROTECTED]> wrote:

 Hey all,



I've got a custom component (drop down of AjaxLinks) which extends Panel.
I would like for this component to be able to use an ajax indicator.  How
can I do this?  Can I just have that component implement
IAjaxIndicatorAware?  When I use the indicatorAppender as part of this, it
does not seem to work.  Any help is appreciated.  Thanks.





Sorry if this is a double post, my previous one did not seem to appear.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to