General Info
------------

The JSP Controls Tag Library allows to build page-embeddable
components that work in both Ajax and non-Ajax mode using nothing more
than JSP 1.2 (JSTL is optional). If browser has Javascript turned on
and supports XMLHTTPRequest object, the component is updated in-place,
without full page reload. Otherwise, component redirects to location
of the page it is included into, thus reloading the page and itself.
There are no special requirements for a composite page except that it
should be able to refresh itself without side effects.

New features
------------

Form, Link and Submit tags hide all internal machinery under the hood
of the Library, making you task of creating component markup easier.

Tab Component sample shows how event can be triggered using a link
instead of a button.

Struts support
--------------

Using Struts or other action-based framework to process input data is
easy. If you action class extends DispatchAction or other multi-event
action, call it directly from inside of Accept tag. If your action
handles a specific event, call it from a corresponding Handler tag.

Links
-----

Project website: http://jspcontrols.sourceforge.net/
Live demo: http://www.superinterface.com/jspcontrols/
How to build tab component: http://www.jroller.com/page/javadujour/20060110

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

Reply via email to