Telosys JSP Tag Library
Tag with


Define a default bean for nested tags. The nested part of code is processed only if the bean is found, or if the 'without' attribute is set to 'process'


Tag Information
Tag Classorg.objectweb.telosys.uil.taglib.util.With
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
beantruetruejava.lang.StringThe name of the bean to set as default bean ( or "RENDERER-BEAN" )
scopefalsetruejava.lang.StringThe scope where to search the bean ( 'screen', 'screen-attributes', 'screen-elements', 'request', 'screen-session', 'session', 'screen-application', 'application' ). The 'screen' scope is available only in actions requests (not in service requests).
withoutfalsetruejava.lang.StringWhat to do without the bean. By default : do not process, if without="process" process anyway

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.