Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
How is JSP include directive different from JSP include action.
How is JSP include directive different from JSP include action.
✍: Guest
When a JSP include directive is used, the included file's code is added into the added JSP page at page translation time, this happens before the JSP page is translated into a servlet. While if any page is included using action tag, the page's output is returned back to the added page. This happens at runtime.
2013-08-13, 2716👍, 0💬
Popular Posts:
How To Retrieve Input Values for Checkboxes Properly? - PHP Script Tips - Processing Web Forms If mu...
Can you explain what is “AutoPostBack” feature in ASP.NET ? If we want the control to automatically ...
Can you prevent a class from overriding ? If you define a class as “Sealed” in C# and “NotInheritab...
How To Create an Add-to-My-Yahoo Button on Your Website? - RSS FAQs - Adding Your Feeds to RSS News ...
Advantages of a macro over a function? Macro gets to see the Compilation environment, so it can expa...