S
sibasish
hi
in my jsp i'm using <logic:iterate> in the following way.
<logic:iterate id="list" name="myForm" property="aBeanList">
...
...
...
</logic:iterate>
where "aBeanList" is an ArrayList.
i've defined the getter and setter for aBeanList in the form bean.
i'm getting the error -
javax.servlet.jsp.JspException: No getter method for property aBeanList
of bean org.apache.struts.taglib.html.BEAN
but when i change "aBeanList" to "abeanList" in jsp, form bean and in
other required places, it works fine.
can anyone pls explain this kind of behaviour of the jsp?
thnx in advance,
sibasish
in my jsp i'm using <logic:iterate> in the following way.
<logic:iterate id="list" name="myForm" property="aBeanList">
...
...
...
</logic:iterate>
where "aBeanList" is an ArrayList.
i've defined the getter and setter for aBeanList in the form bean.
i'm getting the error -
javax.servlet.jsp.JspException: No getter method for property aBeanList
of bean org.apache.struts.taglib.html.BEAN
but when i change "aBeanList" to "abeanList" in jsp, form bean and in
other required places, it works fine.
can anyone pls explain this kind of behaviour of the jsp?
thnx in advance,
sibasish