This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
I have this Menu.jsp. I am trying to access from mencategoryArraylist but in my <bean:write > No getter method for property: "Apparel" of bean: "mencategorylist". I have written the same code to access from menarrayList that works fine to me.
Once again I am facing the same problem to another property. It is not displaying any error but not showing the values in the JSP. I googles through the JSP bean naming conventions and found some thing like Javabean property change.
michell o'brien wrote:Yes, sir it does have getShoe_accessiores
Have you verified there's a value in it?Note that naming a property with a capital letter is pretty confusing to people that normally read Java code that follows normal naming conventions.