wl-extension
Tag reflecting-fields
Generates an HTML input tag for each property in a
form bean. For example, for a bean property that contains a java.lang.String,
the tag generates a text control; for a boolean, it generates a checkbox.
This tag uses the default form bean, which is passed to the JSP in the request.
The tag supports two optional nested tags:
<wl-extension:included-attribute>, which generates form tags only
for the specified properties and ignores all others in the bean;
<wl-extension:excluded-attribute>, which generates form tags for all
properties in the bean except for the ones listed in this nested tag.
This tag is valid only when nested in <wl-extension:form>.
Examples
<wl-extension:reflecting-fields >
<wl-extension:included-attribute name="Name" />
<wl-extension:included-attribute name="Description" />
<wl-extension:included-attribute name="Version" />
<wl-extension:included-attribute name="RequireUnanimousPermit" />
</wl-extension:reflecting-fields>
Tag Information |
Tag Class |
com.bea.console.taglib.form.ReflectingFormFieldsTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes |
Name | Required | Request-time | Type | Description |
order | false | true | java.lang.String |
??
|
Variables |
No Variables Defined. |
Output Generated by
Tag Library Documentation Generator.
Oracle Fusion Middleware Oracle Weblogic Server 10.3.1 JSP Tags Reference
11g Release 1 (10.3.1)
Part Number E13953-01