Value List Handler
Tag retrieve


Retrieve a ValueList from adapter in a JSP. In MVC style programming you should't do that! Instead of this use ValueListHandlerHelper in a controller.

Example

<vlh:retrieve name="players1" focusProperty ="id" focusValue ="30204" />

The name of adapter depends on configuration bean, where is a map of adapters like this:



Tag Information
Tag Classnet.mlw.vlh.web.tag.ValueListRetriever
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
nametruetruejava.lang.StringThe name of adpater to retrieve ValueList data.
focusPropertyfalsetruejava.lang.StringThe adapter property of the list column to determine focusValue in generated hql. Use this options rather via MVC and ValueListInfo.setFocusProperty().
focusValuefalsetruejava.lang.StringAdapter will scroll to focused value and try to highlight it. If there is too many items, or value is not found or found, it set focus status (ValueListInfo.FOCUS_NOT_FOUND, ValueListInfo.FOCUS_TOO_MANY_ITEMS, ValueListInfo.FOCUS_FOUND )

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.