Hi I am trying to work on a message board jsp/ejb web application. I have it all working (kinda) except displaying the threads. Each message has its own distinct msg id, as well as the id of its parent, and a flag set if it has any children. My problem seems to be how to iterate through each message using the jsp to properly display all the messages. If anyone has any ideas or tips for me I would appreciate it. Thank you Frank Apap
- RE: Beginners JSP/EJB problem Frank Apap
- RE: Beginners JSP/EJB problem Mike Cannon-Brookes
