Reputation: 13849
is it possible to embed a "standard" jsp and its associated servlet in a struts 1.X app ? (It uses no action form nor bean). If so, is there any special tweak needed ?
Thanks
Upvotes: 1
Views: 171
Reputation: 597432
Yes, it's perfectly OK to use both.
You will just have to map the servlet in web.xml.
Upvotes: 1