scopes
Tag copy


Copies a custom-scoped bean inside a "classic" scope


Tag Information
Tag Classnet.sourceforge.scopes.taglib.CopyTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
nametruetruejava.lang.StringThe name of the custom-scoped bean
fromScopefalsetruejava.lang.StringThe custom scope from which the bean will be copied. If not specified, the bean will be searched among all configured scopes.
toNamefalsetruejava.lang.StringThe destination name of the bean in the new scope. If not specified, the original name will be used.
toScopefalsetruejava.lang.StringThe destination "classic" scope. If it is not specified, "page" scope will be used.

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.