[{Code

<mak:object from="company.Employee e" where="e=$employee">
    <mak:editForm object="e" action="employeeView.jsp" method="post">
        <mak:input name="name"/>
        <mak:input name="surname"/>
        <mak:input name="gender"/>
        <mak:input name="birthdate"/>
        <mak:input name="salary"/>
        <mak:input name="department"/>
        <input type=submit value="Save changes">
    </mak:editForm>
</mak:object>
}]
