Re: How to get jsp and servlet interaction.
From: Jean-Fran?ois Bri?re (jfbriere_at_myway.com)
Date: 09/22/04
- Next message: Edward H. Fabrega: "Re: Question About LinkedList"
- Previous message: Edward H. Fabrega: "Re: Question About LinkedList"
- In reply to: Steve Burrus: "How to get jsp and servlet interaction."
- Next in thread: Chris Riesbeck: "Re: How to get jsp and servlet interaction."
- Reply: Chris Riesbeck: "Re: How to get jsp and servlet interaction."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 22 Sep 2004 13:48:38 -0700
'movieList' is an attribute of the request.
You must do:
<c:forEach var="movie" items="${requestScope.movieList}" varStatus="movieLoopCount">
- Next message: Edward H. Fabrega: "Re: Question About LinkedList"
- Previous message: Edward H. Fabrega: "Re: Question About LinkedList"
- In reply to: Steve Burrus: "How to get jsp and servlet interaction."
- Next in thread: Chris Riesbeck: "Re: How to get jsp and servlet interaction."
- Reply: Chris Riesbeck: "Re: How to get jsp and servlet interaction."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]