org.apache.cocoon.woody.formmodel.* employee form result Form form = (Form)request.getAttribute("employeeform"); Field fid = (Field)form.getWidget("id"); Field fname = (Field)form.getWidget("name"); Field fdepartment_id = (Field)form.getWidget("department_id"); id:fid.getValue()
Name:fname.getValue()
Department id:fdepartment_id.getValue()