Vinay Nagrik wrote: > I am using struts2.0.11.1. > I am thoroughly confused about the configuration and where goes what.
you could also download the example applications and see how things are laid out: http://struts.apache.org/download.cgi#struts20111 This won't necessarily work out of the box with an IDE (like Eclipse) and you'd have to compile the source code manually but it is a working example. If you are using Eclipse, you could install the WTP plugin and then create a new web project (File -> New -> Other... -> Web-> Dynamic Web Project), then add the struts jars to the WebContent/WEB-INF/lib folder. Brad Cupit Louisiana State University - UIS --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

