Hi folks
Hi have a small problem while calling the .do
iam calling .do direcrtly, instead of calling
jsp,and i can able to call
Action class perfectly but my concern is iam calling like
"
http://localhost:8080/Test/Login.do" but here instead of specifying the /Login.do can i use <welcome-file-list>
tag in web.xml then i can able to call like
"
http://localhost:8080/Test/Login.do"... can you please suggest me....
let me know if any ideas...
Thanks
Naresh