xain
xain

Reputation: 13849

Use standard jsp/servlet inside struts app

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

Answers (1)

Bozho
Bozho

Reputation: 597432

Yes, it's perfectly OK to use both.

You will just have to map the servlet in web.xml.

Upvotes: 1

Related Questions