I decided that I would share the answer, since anyone else with the same problem is likely to also be silent.
: FeatureClassAction FeatureClassJsonAction. FeatureClassAction :
@ParentPackage("struts-default")
@Namespace("/featureClass")
public class FeatureClassAction extends ActionSupport {
FeatureClassJsonAction :
@ParentPackage("json-default")
@Namespace("/featureClass")
public class FeatureClassJsonAction extends ActionSupport {
JSON Action :
@Action(value="featureClassesJson", results = {
@Result(name="success", type="json")
})
public String getFeatureClassesJSON() throws Exception {
, -.