Alvarado, Juan (c) wrote:
in struts-marketbreaks-config.xml I have the following: <global-forwards>See if <http://jakarta.apache.org/struts/userGuide/configuration.html#module_config-switching>
<forward name="accessrights" path="accessRights.jsp"
contextRelative="true">
</forward>
</global-forwards>
And in a JSP I want to do the following:
<html:link forward='accessrights'>Access Rights</html:link>
When I do this, I get the following error:
javax.servlet.ServletException: Cannot create rewrite URL:
java.net.MalformedURLException: Cannot retrive ActionForward named
accessrights
The problem is that the framework is not reading the
struts-marketbreaks-config.xml. Can anyone tell me if they spot anythign I
am doing wrong.
I am new to the concept of multiple configuration files and I didn't find
anything on the archives.
helps you any. I think the global forwards in a module are "local" to that module, not the root of the webapp.
HTH,
Eric
--
Eric Rizzo
Software Architect
Jibe, Inc.
http://www.jibeinc.com
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

