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.
 

Reply via email to