--- 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]

Reply via email to