Re: Getting property value from bean in a collection into a script variable

2004-12-15 Thread Wendy Smoak
From: <[EMAIL PROTECTED]> > I am trying to pull the value from a property in a collection(LinkedList) > stored in the request object and store it in a script variable. Have you considered using JSTL and the tag? I'm not entirely sure, but it looks like all you're doing is checking the value of o

Re: Getting property value from bean in a collection into a script variable

2004-12-15 Thread Bill Siggelkow
First of all, John, I encourage you to learn JSTL -- really permits you to write much cleaner pages yet still do some fairly complicated logic on the JSP page. Okay, to answer your immediate question, you can put a property value into a scripting variable using the tag like this: However, yo