Stupid question I'm sure, but how do you have a tiles-def
that inserts an action? I'm getting "stream closed" exceptions in tomcat 5.0.28

I need to do this:

<definition name="main" page="/main.jsp">
<put name="top" value="/first.jsp" />
       <put name="bottom" value="/my_action_url.do" />

   </definition>

The reason is that so my Action class can get some db stuff to
put into the request and then show my view. U know ... MVC.

Thanks,

-Joe

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to