Hi,

I have a module-based struts application. Assume, one of the modules is
"member".

Now, i need an <action path="/ShowMemberReg"
forward="/WEB-INF/jsp/member/reg.jsp"/>

when i type http://localhost/napp/member/ShowMemberReg.do (/napp is context)

it tries to forward to /member/WEB-INF/jsp/member/reg.jsp which is valid as
DTD says "this forward attribute is module-relative."

Now, what i wish to do is achieve my objective *declaratively*. I know i can
create an action tag with context-relative forward tag, specify some action
class. That action class can then call findForward()

But i don't wish to create these classes. Is there anything that can be done
with in struts-member.xml?
Or you can suggest some changes in how can i go about it?

---------------
regards
Navjot Singh
Net4India Ltd.

If there's only one answer, then this must not be a very interesting topic.


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

Reply via email to