logic:iterate - no getter method

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top