Also, have you looked at the source of the jsp (which is not rendered)?
Sometimes there are helpful error messages there which for whatever reason don't
show up on the browser.

Niall Pemberton wrote:

> Haven't done what you're trying - but isn't the problem that at the end of
> the action execute() the RequestProcessor will forward to whereever you tell
> it, which is probably why everything stops after that.
>
> What happens if you return 'null' from your execute() method instead of an
> ActionForward - or are you already doing that?
>
> Niall
>
> ----- Original Message -----
> From: "Tommy Holm - TELMORE" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, February 25, 2004 1:07 PM
> Subject: <jsp:include page="some action" Really need help
>
> Hi everyone.
> I have already asked this once but didn't get any answer, I have tried
> everything that I could think of but no luck, so if any of you have an
> idea what to do, I would really be happy for any help.
>
> I have a problem, I have a jsp page which should include the result of
> an action call. The action should prepare the bean associated with the
> action and render which then in the end should be included in the master
> jsp.(The include is a menu, which the action should prepare). The
> problem is that after the include, the rest of the JSP page is not
> rendered. It does somehow make sense but is there anyway around this or
> a common strategy to achieve this. Any help is greatly appreciated.
> Cheers Kind regards Tommy
>
> Cheers
> /Tommy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


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

Reply via email to