org.apache.cocoon.woody.formmodel.* Registration result // get reference to form and some of the widgets on it Form form = (Form)request.getAttribute("registrationform"); Field name = (Field)form.getWidget("name"); Registration was successful for name.getValue()