config.getPrefix()
What would the config.getPrefix() return in the following codeing:
ModuleConfig config =
(ModuleConfig) pageContext.getServletContext().getAttribute(
org.apache.struts.Globals.MODULE_KEY);
try {
pageContext.forward(config.getPrefix() + page);
...
Thanks.
Scott
Please sign in to leave a comment.