Tried to put a namespace="/" attribute in package tag, that didn't work. Where do I find the config-browser plugin?
Yeah, I get an error when I access http://localhost:8080/application/index.action. The struts.xml file is in the classes directory. As for the eclipse build, I changed the default output directory to "bin" but eclipse still won't build my application. On Feb 12, 2008 9:40 PM, Dave Newton <[EMAIL PROTECTED]> wrote: > --- Gaurav Arora <[EMAIL PROTECTED]> wrote: > > <struts> > > <package name="default" extends="struts-default"> > > <action name="index" class="com.codercorp.IndexAction"> > > <result>/jsp/index.jsp</result> > > </action> > > <action name="helloWorld" class="helloWorldAction"> > > <result name="input">/jsp/index.jsp</result> > > <result>/jsp/helloWorld.jsp</result> > > </action> > > </package> > > </struts> > > What happens if you put a namespace="/" attribute in your <package...> > element? What does the config-browser plugin show? You get the exception when > accessing /index.action? > > > how can I build my struts project using eclipse instead of maven? > > By putting the required S2 libraries (and whatever else you need) in your > /WEB-INF/lib directory and setting up Eclipse to do a normal web application > build. There are a couple Maven plugins for Eclipse that help with dependency > management, but I'm not sure how they deal with packaging etc. > > Dave > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]