Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

can any body tell me difference between <include action> and include directive tag

  Asked By: Clifford    Date: Jun 29    Category: Java    Views: 941
  

can any body tell me difference between

<include action> and include directive tag

Share: 

 

2 Answers Found

 
Answer #1    Answered By: Vonda Ramirez     Answered On: Jun 29

I think following link will explain you in detail.
java.sun.com/.../index.html#directive

 
Answer #2    Answered By: Bach-yen Nguyen     Answered On: Jun 29

Include directive is used to include  static contents
in tha jsp page.The content of item with include
directive will be added in the jsp page at the time of
translation of jsp page.There is no way to intimate
server that the included page is changed.

Include action is used to include dynamic contents in
the jsp page.Include action will be called at the time
of requesting the jsp page.The contents of the item
with include action will be invoked run time.

 




Tagged: