Hi, by quickly looking at your struts.xml, it seems that the result type misses:
<action name="home" class="com.tj.actions.HomeAction">
<result type="tiles">jsp/home.jsp</result>
^^^^^^^^^^^^^
</action>
I think it should now work
Cheers
Ghislain
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

