dbforms
Tag body


this tag renders a Body-tag. It should to be nested within a dbform-tag.

Example:
					the body grouping tag
					
						this tag renders a Body-tag. It should to be
						nested within a dbform-tag.because this tag
						
						is nested within a dbform-tag it is invoked
						every time the parent dbform-tag getsevaluated,
						
						AND it gets rendered in every evalation-loop (if
						there exists data to be rendered)
					
				


Tag Information
Tag Classorg.dbforms.taglib.DbBodyTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
allowNewfalsetruejava.lang.String by default this is "true" - if so, the body is rendered at least 1 time, even if there are no data rows in the table. this enables the user to insert a new data row. - to disable this feature, allowNew has to be set to "false"

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.