| |||||||
| FRAMES NO FRAMES | |||||||
<%@ taglib prefix="component" uri="convirgance:component" %>
<anyxmlelement xmlns:component="convirgance:component" />
<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.
${args}
object rather than overriding the contents of the ${params}
object.| Tag Library Information | |
| Display Name | None |
| Version | 2.0 |
| Short Name | component |
| URI | convirgance:component |
| Tag Summary | |
| arg |
Pass an argument to the component
Example:
|
| include |
Include a component page. The path to the page can include EL expressions
allowing for dynamic includes.
Example:
|
| |||||||
| FRAMES NO FRAMES | |||||||