the code is <logic:iterate id="listingmovies" name="acc.movieticketbooking.forms.Listing_MoviesForm" scope="session" property="movieDetails"> <bean:write name="listingmovies" property="movieDetails"/> </logic:iterate>
Ko Ko Naing
Ranch Hand
Joined: Jun 08, 2002
Posts: 3178
posted
0
R u sure that your bean is in session object that comes from the previous page?
The error is self-explanatory and you are the one who is more likely to find out whether your bean is coming along the session object or not, since you got the environment to test...
Try to find the available beans that are in the session object... If there is none, the previous page didn't send it to this page for sure...
Hope it helps...
Co-author of SCMAD Exam Guide, Author of JMADPlus SCJP1.2, CCNA, SCWCD1.4, SCBCD1.3, SCMAD1.0, SCJA1.0, SCJP6.0
Surasak Leenapongpanit
Ranch Hand
Joined: May 10, 2002
Posts: 341
posted
0
Check your action in struts-config file, maybe your scope is not session.