Taglib documentation for tag mak:action#
Description#
If the action URI of a form or deleteLink is more complex, possibly including other makumba tags, the action parameter of the form tag can be omitted, and the action URI can be indicated in a mak:action, anywhere inside the form tag.
.
Attributes#
This tag has no attributesSee also#
mak:form, mak:newForm, mak:addForm, mak:editForm
Examples#
<mak:editForm object="employee" method="post"> <mak:action>employeeView.jsp?employee=<mak:value expr="employee"/></mak:action> ... </mak:editForm>
