Dear All,
I know that
JSP constructs can be classified into
- Scripting Elements ( break downed into Expression, Scriplet and Declarations)
- Directives
- Actions.
Can some one give me examples ( or complete list) of directives and actions?
Is the below, right?
Directives - Page , Include, Taglib.
Actions - jsp

lugin, jsp:fallback, jsp:useBean.
Do we have other Actions and Directives? How do we differntiate these two in definitions and how to remember them at ease?
Thanks!
Mani