Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Struts Wiki" for change 
notification.

The following page has been changed by MichaelJouravlev:
http://wiki.apache.org/struts/StrutsLibraries

------------------------------------------------------------------------------
  '''JSP Controls Tag Library''' - http://jspcontrols.sourceforge.net/
  Supports the lifecycle and provides the template for portlet-like JSP 
components. The Library does not require a portal engine or other central 
controller. The components built with the Library use Struts actions to process 
input data and to change component state.
  
- Ajax-enabled web components work in both Ajax and non-Ajax environment. In 
non-Ajax mode browser submits data to a component, component accepts it and 
redirects browser to original page location. A request that follows forces page 
components to [re]render themselves according to updated state. 
+  * Supports dual-mode components (non-Ajax and Ajax) therefore works even 
with Netscape 4.
+  * In non-Ajax mode components utilize synchronous HTTP request/response 
cycle via Redirect-After-Post pattern.
+  * In Ajax mode components are updated in-place.
+  * Component reload in non-Ajax mode is completely automatic and transparent.
+  * Transition between Ajax and non-Ajax mode is undetectable when Javascript 
being switched on and off.
+  * Apache 2.0 licence.
+  * [http://www.superinterface.com/jspcontrols/index.html Live demo]
+  * [http://www.javalobby.org/java/forums/t60788.html Short intro]
  
- In Ajax mode an application renders a view directly in response to 
asynchronous input event, no reloading is needed. An HTML fragment, returned by 
component, is inserted into the larger composite page without full page refresh.
- 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to