Re: Eclipse with struts

2008-04-03 Thread Musachy Barroso
I think the easiest way to get a project going, is to use the maven archetype and then ask maven to generate the eclipse project: http://struts.apache.org/2.x/docs/struts-maven-archetypes.html regards musachy On Wed, Apr 2, 2008 at 12:19 PM, Dave Newton <[EMAIL PROTECTED]> wrote: > --- Sam Wun <

Re: Eclipse with struts

2008-04-02 Thread Dave Newton
--- Sam Wun <[EMAIL PROTECTED]> wrote: > Do you meant unzip the struts-xxx.zip file into the WEB-INF/lib/ folder? > or use File->Import in Eclipse or Weblogic? You should File->Import only the specific S2/etc. libraries you need into WEB_INF/lib folder. In particular do *not* import plugin librar

Re: Eclipse with struts

2008-04-02 Thread Sam Wun
- Original Message From: Dave Newton <[EMAIL PROTECTED]> To: Struts Users Mailing List Sent: Wednesday, April 2, 2008 11:46:06 PM Subject: Re: Eclipse with struts --- Sam Wun <[EMAIL PROTECTED]> wrote: > When I tried to follow the tutorial as shown in the followi

Re: Eclipse with struts

2008-04-02 Thread Dave Newton
--- Sam Wun <[EMAIL PROTECTED]> wrote: > When I tried to follow the tutorial as shown in the following link: > http://www.laliluna.de/first-steps-using-struts-tutorial.html > > my newly created project in Eclipse don't have Struts libraries in the > list. What should I do to import Struts in to E