Computer Science, asked by Munmoon6092, 1 year ago

How to use action in JSP?

Answers

Answered by Anonymous
0
(1) JSP actions use the construct in XML syntax to control the behavior of the servlet engine.

(2) We can dynamically insert a file, reuse the beans components, forward user to another page, etc. through JSP Actions like include and forward.

(3)Unlike directives, actions are re-evaluated each time the page is accessed.

hope it help
mark as brainliest
Similar questions