Mmutla
Posts: 10
Nickname: mmutla
Registered: Aug, 2003
|
|
Re: JSP & Struts - displaying a collection
|
Posted: Sep 23, 2003 1:29 AM
|
|
This answer "I have seen and used it" was in response to Joe's comment about <logic:iterate>. I just wanted him to know that I used the iterate tag before and did not achieve the results I wanted. My problem is still not solved, hence my follow up response (which is essentially clarity to my original question) below to your answer :
If I do it the way you are suggesting, <logic:iterate> displays all the elements of the list at once. I want the JSP to display one element at a time, e.g: If I have a list containing the following Person details:
Joe Maka 19409857 Sam Davies 54009954 Nana Khutso 34355546 Mapule Koto 90096555 I want the user to be able to display Joe's details only on the screen, then do some processing. When they press the next button, it should then display Sam's details and so on for the remaining elements, until all the elements of the list are processed.
Mmutla
|
|