Where will you add the <%=...%> inside <logic:iterate>?
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..
  <logic:iterate id="Patients" name="MyForm" property="Patients"  indexId="index">
         <bean:write name="Patients" property="account.ssn" filter="true"/></td>
  
</logic:iterate>
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 Onclick event.
 
Thanks.
 

--
John Yu                       Scioworks Technologies
e: [EMAIL PROTECTED]         w: +(65) 873 5989
w: http://www.scioworks.com m: +(65) 9782 9610

Scioworks Camino - "Rapid WebApp Assembly for Struts"

Reply via email to