Re: Getting the value of onject in the iterate....

2001-10-22 Thread John Yu
Where will you add the <%=...%> inside ? If you're asking whether you can have jsp expression <%=...%> within a tag, the answer is yes. At 09:18 pm 22-10-2001 -0400, you wrote: If I am iterating over a collection..      Where Patients has an account Object that has an SSN property.

Getting the value of onject in the iterate....

2001-10-22 Thread michael duggan
If I am iterating over a collection..      Where Patients has an account Object that has an SSN property. is it possible to add the following inside the iterate tag     <%=Patients.getAccount().getSsn()%>The reason I ask, is I want to pass the SSN to Javascript in an Oncli