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
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
2 matches
Mail list logo