Telosys JSP Tag Library
Tag form


Standard form for user input (used to submit user-data to a specified URL)


Tag Information
Tag Classorg.objectweb.telosys.uil.taglib.widget.Form
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
idfalsetruejava.lang.StringStandard html 'id' attribute
clfalsetruejava.lang.StringCSS class name ( same as html 'class' attribute )
stylefalsetruejava.lang.StringStandard html 'style' attribute ( for CSS )
titlefalsetruejava.lang.StringStandard html 'title' attribute
xfalsetruejava.lang.StringX coordinate : offset (in pixels) from left edge
yfalsetruejava.lang.StringY coordinate : offset (in pixels) from top edge
widthfalsetruejava.lang.StringWidth (in pixels)
heightfalsetruejava.lang.StringHeight (in pixels)
namefalsetruejava.lang.StringStandard html 'name' attribute
actionfalsetruejava.lang.StringStandard HTML 'action' attribute : the server action to call when submit ( ie action="MyService.svc" )
enctypefalsetruejava.lang.StringStandard HTML 'enctype' attribute
acceptfalsetruejava.lang.StringStandard HTML 'accept' attribute
acceptcharsetfalsetruejava.lang.StringSame as standard HTML 'accept-charset' attribute
methodfalsetruejava.lang.StringThe HTTP method to use : "get" or "post"
targetfalsetruejava.lang.StringStandard HTML 'target' attribute
postbackfalsetruejava.lang.StringAutomatic postback management : the scope where to store the "automatic postback" values ( "request" or "session" ) or "none" if no "automatic postback" (default : none)

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.