Cubby tags
Tag form
HTML の form タグを出力します。 input/select/textarea タグで参照するフォームオブジェクトを指定します。
Example:
(JSP) <t:form value="${action}"> ... </t:form> (実行結果) <form> ... </form>
Tag Information |
Tag Class | org.seasar.cubby.tags.FormTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes |
Name | Required | Request-time | Type | Description |
value | true | true | java.lang.Object | フォームオブジェクトを指定します。 |
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.