org.apache.cocoon.woody.formmodel.* Car selector result // get reference to form and some of the widgets on it Form form = (Form)request.getAttribute("carselectorform"); Field make = (Field)form.getWidget("make"); Field type = (Field)form.getWidget("type"); Field model = (Field)form.getWidget("model"); You selected: maker make.getValue(), type type.getValue(), model model.getValue()