K. Tsang CEng MBCS PMP PMI-ACP OCMJEA OCPJP
[Asking smart questions] [About Bear] [Books by Bear]
K. Tsang wrote:Are you meant to display just the first item or all the records in the list? If the latter, better to use the <c:foreach> to loop through the list.
Bear Bibeault wrote:Why use toString() rather than a getter (accessor) that gives you the value that you want?