| |||||||
| FRAMES NO FRAMES | |||||||
| Tag Libraries | |
| component |
Provides a componentization library for JSP pages. While the
<jsp:include> tag is capable of taking parameters, those
parameters are limited to string values. This library allows parameters
of any type to be passed using EL expressions in the value.
Importantly, arguments can then be accessed using the ${args}
object rather than overriding the contents of the ${params}
object.This allows for sophisticated and reusable server-side components to be constructed quickly and easily. |
| convirgance | Tags and functions for exposing Convirgance services to JSP pages |
| math | Tags and functions for exposing Math functions to JSP pages. These functions automatically coerce the numbers between different types like integers and doubles. |
| |||||||
| FRAMES NO FRAMES | |||||||