Thx for your reply but if you don't foward to a jsp page, the jsp page
never gets rendered and  nothing is inserted in the main jsp page!
Cheers



-----Oprindelig meddelelse-----
Fra: Niall Pemberton [mailto:[EMAIL PROTECTED] 
Sendt: 25. februar 2004 14:18
Til: Struts Users Mailing List
Emne: Re: <jsp:include page="some action" Really need help


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