q
Tag scrollPosition


ScrollPosition is a non-visual component that controls the scroll position of the page. You can specify the scroll position when the page is loaded and also save the scroll position between page submissions. Note that there can be only one ScrollPosition component on the page.


Tag Information
Tag Classteamdev.jsf.taglib.ScrollPositionJspTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredBinding TypeELDefaultDescription
autoSaveScrollPosfalsebooleantruetrueA flag that indicates whether or not the scroll position is saved between page submissions.
bindingfalseteamdev.jsf.component.scrollposition.ScrollPositiononlynullA value-binding expression that associates the ScrollPosition with a backing bean property.
scrollXfalseinttrue0The x position of the scroll when the page is loaded. In this attribute, you should specify the x coordinate of the left bottom corner of a currently visible page.
scrollYfalseinttrue0The y position of the scroll when the page is loaded. In this attribute, you should specify the y coordinate of the left bottom corner of a currently visible page.

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.