2012/3/21 Anjib Mulepati <anji...@hotmail.com>:
> index.jsp
> <logic:forward name="Login.do" />

You must specify global-forward [1] and use its name like toMduleB [2]
not Login.do

<global-forwards>
    <forward       name="toModuleB"
        contextRelative="true"
                   path="/moduleB/index.do"
               redirect="true"/>
   ...
</global-forwards>

[1] 
http://struts.apache.org/1.x/userGuide/configuration.html#module_config-switching
[2] http://struts.apache.org/1.x/struts-taglib/tagreference.html#logic:forward


Regards
-- 
Łukasz http://www.lenart.org.pl/
mobile +48 606 323 122, office +27 11 0838747
Warszawa JUG conference - Confitura http://confitura.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to