<%@ taglib uri='http://java.sun.com/jsp/jstl/core' prefix='c'%>
<jsp:include page="TitlePage.jsp"></jsp:include> <html><br> <body> <center> <table> <tr> <td>TeamNo</td> <td>EmpNo</td> <td>ProjectCode</td> <td>WorkAssign</td> </tr> *<**c:forEach var="tmObj" begin="0" items="${sessionScope.tMObj}"**>* *<*tr> *<**td><c:out value="${tmObj.tNo}"/></td**>* *<**td><c:out value="${tmObj.eNo}"/></td**>* *<**td><c:out value="${tmObj.pC}"/></td**>* *<**td><c:out value="${tmObj.wA}"/></td**>* </tr> </c:forEach> </table></center> </body> </html> -------------------------- error : *root cause* *javax.el.PropertyNotFoundException: Property 'tNo' not found on type com.rss.rp.TmInfo* *-------------* *for this :* *i have check the Bean class ...about the propertices.... i have checked the database table for this bean .... i have add this ArrayList<bean> obj session attribute ....and iam trying to access it ... .plz help me out ...* *please suject me .... urjent....plz* --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group. To post to this group, send email to java-ee-j2ee-programming-with-passion@googlegroups.com To unsubscribe from this group, send email to java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en -~----------~----~----~----~------~----~------~--~---