InterviewSolution
Saved Bookmarks
| 1. |
What is isScriptingEnabled Attribute? |
|
Answer» The isScriptingEnabled attribute determines if scripting elements are allowed for use. The default value (true) enables scriptlets, expressions, and declarations. If the attribute's value is set to false, a translation-time error will be raised if the JSP uses any scriptlets, expressions (non-EL), or declarations. |
|