Yes I did & here's something I tried.
[list<logic

resent name="timesheet">
<logic:equal name="timesheet">
<nested:nest property="timesheet">
<nested:nest property="employee">
<logic:equal name="employee">
Department: <nested:text property-"department"/>
</logic:equal>
</nested:nest>
</nested:nest>
</logic:equal>
</logic

resent>[/list]
The reason I added the <logic:equal is due the the error
org.apache.jasper.JasperException: /employeeTrail.jsp(22,36) equal symbol expected
I am not sure if the equal is needed. Here I am just trying to access the getDepartment() methord in the Employee object (in timesheet)
Thanks in advance.
[ April 19, 2005: Message edited by: Barun Saha ]