SourceForge.net Logo
Overview
Taglibs
Examples
Downloads

Taglibs

Providers comes with a set of taglibs:

OptionsTag
This tag allows you to create options inside a select tag, populated by a Provider. This tag is similar to Struts OptionsTag.

WriteTag
With this tag you can write a description given an ID. This is similar to Struts WriteTag, but if you just have an id and want a description, you can use this tag.

ComboSelectTag
This tag generates the needed JavaScript for creating dependant drop down selects. You supply it with a collection for each select in the dependency chain and it's ready to generate this functionality. This tag needs to be notified by SelectTag of what selects does it handle.

SelectTag
This tag is similar to Struts SelectTag but has the capability of work with comboSelectTag. In fact, this tag must be nested in ComboSelectTag for this last to work. Additionally, this tag can create script for detectiong matches of options while user "writes" on the select.

DefineTag
This tag allows you to define a new bean in a given scope with the collection returned from a provider. You can use it for example to iterate the collection in your JSP or to use it with other tag like DisplayTag to show a table.



Print version | Download | Powered by SourceForge.net