dbforms
Tag filterValue


Map a placeholder (?) in sql code to an input tag. Used as nested tag inside filterCondition.


Tag Information
Tag Classorg.dbforms.taglib.DbFilterValueTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
labelfalsetruejava.lang.String label that will be rendered in bold before the input element
typefalsetruejava.lang.String type of the input element that will be rendered, possible values are: text text input date input text for date type, a validation of the value will be done, and it supports the jscal object timestamp input text for timestamp type, a validation of the value will be done, and it supports the jscal object (it doesn't fit very well, anyway ...) numeric input text for number, a validation of the value will be done select render an html select element, filled with nested tags like queryData, staticData and so on.
searchAlgofalsetruejava.lang.String The search algorithm. possible values: sharp this is the default behavior, do nothing. weakStart like, % is added in front of value weakEnd like, % is appended to value weakStartEnd like, % is added in front of value and % is appended to value
customEntryfalsetruejava.lang.String Allows an additional (independant) entry into the select list<br/> Arguments to this tag are as follows: Key,Description,boolean (default selection?)
selectedIndexfalsetruejava.lang.String Index that should be selected as default when form is rendered the first time
useJsCalendarfalsetruejava.lang.String Place small calendar icon after input field. Clicking that icon will popup a JavaScript calendar that can be used to set a new value for the field. Some preparations have to be done, the calendar must be copied into the web applications and must be included in current page. See dbforms manual for details.
jsCalendarDateFormatfalsetruejava.lang.String Subpatterns inside date formats have sometimes different meanings in Java and inside JavaScript calendar. For some date formats it may be neccessary to explicitely set a date format to the calendar that corresponds to the used date format inside dbforms application. See dbforms manual for details.
sizefalsetruejava.lang.StringNumber of rows of select element
styleClassfalsetruejava.lang.String CSS stylesheet class to be applied. This is done adding a SPAN element that contains the text.
titlefalsetruejava.lang.String this defines the "title" attribute for the HTML4 tag.

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.