RE: Need help - bean:define - Desparate

2002-03-10 Thread Thinh Doan
I'd try this: bean:define id=res name=nameofthisbeaninrequestscope class=SearchBrowseResults scope=request/ bean:define id=brNode name=res property=browseNode class=java.util.ArrayList/ then to get each brNode properties (if I understood correctly is an ArrayList), you do a logic:iterate

Re: Need help - bean:define - Desparate

2002-03-09 Thread Elijah Jacobs
do you have a setters and getters for the breadCrumbTrail attribute in your SearchBrowseResults bean? - ej - Original Message - From: Nishant Asthana [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, March 09, 2002 4:49 PM Subject: Need help - bean:define - Desparate Hi , I