Ajax4Jsf
Tag keepAlive


This tag get bean by EL expression '#{'+name+'}' and store bean instance in component tree. After restoring view state, bean is putted to request-scope attributes with name. Since, every view will be use own instance of bean for expressions '#{name....}'


Tag Information
Tag Classorg.ajax4jsf.taglib.html.jsp.KeepAliveTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
beanNametruefalsejava.lang.Stringname of bean for EL-expressions.
ajaxOnlyfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
if true, bean value restored in ajax requests only.

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.