I've tried still hangs with no errors. It seems like it hits the action
class MainMenuAction and
from there I forward to the success page which is mainmenu.jsp. But never
ends.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 05, 2001 3:25 PM
To: [EMAIL PROTECTED]
Subject: RE: mapping to .do (action class) instead of jsp page


The path is context-relative, and must start with a "/".  Try it with
path="/mainmenu.do".

-----Original Message-----
From: Boulatian, Misak [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 05, 2001 3:22 PM
To: [EMAIL PROTECTED]
Subject: RE: mapping to .do (action class) instead of jsp page


Hi all,

I am having problem of using mapping to action class rather than to jsp page
in struts config file. I want to find out if it is possible at all. So far,
every time I use this style mapping <forward name="success"
path="mainmenu.do"/> the system hangs and I don't get any messages. Is it
something that I am doing wrong or it is not possible to use this style
mapping?

By the way, the version that I am using is (not beta yet):
jakarta-struts-20010308.

I would appreciate the response.
Thanks,
Misak Boulatian

Reply via email to