RE: Action Under a Tile?

2003-07-20 Thread Holman, Cal
is back up and you can see how it all works from a user point of view. Cal http://www.calandva.com/ -Original Message- From: Aaron Longwell [mailto:[EMAIL PROTECTED] Sent: Sunday, July 20, 2003 00:49 To: Struts Users Mailing List Subject: Re: Action Under a Tile? Cal, Thank you for your

RE: Action Under a Tile?

2003-07-19 Thread Holman, Cal
Have you tried using a TilesAction? Using an action tied to a definition allow for the building of independent jsps - they not only have the html but they have an action attached to them that can load any beans necessary for rendering. You can then drop into any definition or template a self

Re: Action Under a Tile?

2003-07-19 Thread Aaron Longwell
Cal, Thank you for your in-depth reply... I have a few questions about the implementation. You are referring to a TilesAction. Is this an extension of the Struts Action class. Does your /do/portalWhatsNew Action extend TilesAction? Secondly, the do/portalWhatsNew and the PortalWhatsNew.jsp

RE: Action Under a Tile?

2003-07-18 Thread Mike Jasnowski
We have a tile definition that does something similar, it includes a JSP with an import of another JSP on it The JSP the tile points to has this code on it c:import url=/url/ Additionally the url is parameterized via tiles controller, so the actual tag usage looks like this: c:import

Re: Action Under a Tile?

2003-07-18 Thread K.C. Baltz
I suspect the problem is somehow specific to your at-a-glance action. Is it possible that it's trying to redirect? I know that it's possible to do: tiles:insert page=/someaction.do / which is basically what you're trying to do I assume. K.C. Aaron Longwell wrote: I am intermediately

Re: Action Under a Tile?

2003-07-18 Thread Aaron Longwell
KC, I tried your setup, and I double-checked to make sure my forward said redirect=false. I am still getting the same error: Cannot forward after response has been committed. Are you sure that's a legal process? Here's the top of the stack trace: 2003-07-18 12:33:42 ApplicationDispatcher[]