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: , which generates form tags only for the specified properties and ignores all others in the bean; , 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 .

Example:
			<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 ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
orderfalsetruejava.lang.String??

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.