Release Features:
-----------------
ComboSelectTag using splitted collections: Now, you can use ComboSelect without the need of using a "matrix" as a datasource.
comboSelectTag using Providers: you can use a provider collection to populate the comboselect with splitted collections.
BugFixes:
--------
In comboselect javascript generation, the formName is the same as the FormTag.getBeanName form.
Release Features:
-----------------
-JSPProvider: New interface containing the methods setPageContext and getPageContext.
If a provider implements this interface, the pageContext will be passed.
Changes:
--------
ProviderFactory: overloaded method getProvider to recive PageContext. If this parameter is not null and provider is a
JSPProvider, the pageContext is passed.
OptionsTag: passes pagecontext to the getProvider from ProviderFactory.
WriteTag: passes pagecontext to the getProvider from ProviderFactory.
ProviderException: Sets cause if created with other throwable.... read more
Release Features:
-----------------
-DefineTag: Allows to define a provider collection as a bean in a given scope.
-SelectRefTag: allows to create dependencies between a tag and multiples ones at the same time (see example)
-WriteTag extends Struts one.
-JDBCProvider: Enhaced and debugged.
This second release has the tags that were missed from previous one and is integrated to Struts. The example is enhaced to explain better Providers goals.
Some new features are:
-OptionsTag extends Struts one.
-WriteTag extends Struts one.
-Configuration File (providers-config.xml) can now be in the classpath.
-There is no more dependencies of DynaBeans.