
<tr>
<td><html:hidden property="tid" value="${user.id}"/></td>
<td><bean:write name="user" property="emp_name"/></td>
<td><html:text property="entry_time_in" /></td>
<td><html:text property="entry_time_out" /></td>
<td><html:text property="entry_date" /></td>
</tr>
</logic:iterate>
</logic:notEmpty>
</logic:present>
how can i get all values in action page
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.