<get> get a form

name
get
xml namespace
http://moyaproject.com/forms

Get a form object.

Example

<forms:get form="#form.login" dst="form" />
attributes
name purpose type required? default choices
action Form action text No
bind Object to bind to expression No .request.method == 'POST' ? .request.multi.POST : None
blank Blank form? boolean No no
form Form reference text Yes
id Override HTML id attribute text No
legend Override form Legend text No
method Form method text No "post" get
post
src Source object to fill in fields reference No
style Override form style text No
template Override form template text No
withscope Use current scope? boolean No no
inherited attributes
name purpose type required? default choices
dst Destination reference No
if Conditional expression expression No yes
value Value expression No None