org.apache.cocoon.woody.formmodel.* Country selector result // get reference to form and some of the widgets on it Form form = (Form)request.getAttribute("countryselectorform"); Field usnonus = (Field)form.getWidget("us-nonus"); Field country = (Field)form.getWidget("country"); You selected: usnonus.getValue(), country/state country.getValue()