vanlalhmangaiha khiangte wrote:
pramod talekar wrote:Hello,
Could you please tell me where to place struts.xml file in Eclipse.
Thanks,
Pramod
This is the default location in Eclipse .. When you create a new project "dynamic web project" ..
There is no need for a separate init-param in web.xml ..
Moreover in your web.xml
If you use a configuration like the above in your code .. you can place your struts.xml anywhere in your project ...
Regards,
vanlal
vanlalhmangaiha khiangte wrote:Hi pramod ,
In your eclipse , struts.xml and web.xml should be in the following location
Java Resource src
|---
|--- struts.xml (under src folder)
|---
Web Content
|--- META-INF
|--- WEB-INF |--- web.xml (under WEB-INF folder)
Regards,
Vanlal
eddy johns wrote:Hi Ankit, thanks for writing back. So there's absolutely no way to pass objects? Not even on the request or the session?
Thanks,
Eddy