--- Vigneswar <[EMAIL PROTECTED]> wrote: > I have struts-config.xml as well as struts.xml under the WEB-INF folder.
The S2 configuration files need to be on the classpath, normally /WEB-INF/classes. > In old JSP, I'm providing action="/HelloWorld" in the html:link tag but > when I click the link it shows "404" page. A link to an S2 action? I don't really know how the Struts 1 plugin works (or if you're using it) but I'm not sure that the S1 tags would know how to build a URL for an S2 action. It (the tag) would need to know the configured S2 extension and IIRC the S1 tags would look up the action to make sure it was configured. You may need to create the URLs to S2 actions manually in your S1 pages. Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]