I thought I'd post a more concrete example
this time.
I'm using a map-based nested bean, and I'm getting the following error:
java.lang.IllegalArgumentException: No bean specified
org.apache.commons.beanutils.PropertyUtilsBean.getPropertyDe
I posted on this before, so I thought I'd post a more concrete example
this time.
I'm using a map-based nested bean, and I'm getting the following error:
java.lang.IllegalArgumentException: No bean specified
org.apache.commons.beanutils.PropertyUtilsBean.getPro
(Struts 1.2.9, Tomcat 5.5.17)
I have something similar to the following in my ActionForm:
public class MyForm extends ActionForm {
public static class NestedBean {
private String name;
private String value;
// String getName(), String getValue(), void
3 matches
Mail list logo