Uses of Class
org.apache.struts2.components.RemoteCallUIBean

Packages that use RemoteCallUIBean
org.apache.struts2.components   
 

Uses of RemoteCallUIBean in org.apache.struts2.components
 

Subclasses of RemoteCallUIBean in org.apache.struts2.components
 class Anchor
          A tag that creates a HTML <a href='' /> that when clicked calls a URL remote XMLHttpRequest call via the dojo framework.
 class Div
          The div tag is primarily an AJAX tag, providing a remote call from the current page to update a section of content without having to refresh the entire page.

It creates a HTML <DIV /> that obtains it's content via a remote XMLHttpRequest call via the dojo framework.

If a "listenTopics" is supplied, it will listen to that topic and refresh it's content when any message is received.

Important: Be sure to setup the page containing this tag to be Configured for AJAX

 class Panel
          Render a panel for tabbedPanel.
 



Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.