At 10:30 PM +0000 2/17/05, Eric Lemle wrote:
Tried

<tiles:insert page="/InterestsAction.do?dispatch=display" flush="false"
/>

but nothing shows up.  Is this what you meant?

So if I get the latest struts.. this might work?

You definitely can't pass parameters through a <tiles:insert> call; the end result of the insert tag is a call to requestDispatcher.include(...), which doesn't accept parameters. If you need something like this, you should use the MappingDispatchAction, which allows you to use the Struts Config to specify a dispatch method instead of passing it as a request parameter.


Joe

--
Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Narrow minds are weapons made for mass destruction" -The Ex


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



Reply via email to