What are the JSP atrributes?

Showing Answers 1 - 9 of 9 Answers

dharam

  • Oct 9th, 2005
 

there are three directives are used in the jsp. one of them is page directive. and the page directive have 11 attributes, which is used to give the information about that page. the 11 attributes are following:- language, buffer, isThreadSafe, setContentType, isErrorPage, errorPage, autoFlush, import etc..

  Was this answer useful?  Yes

sriram

  • Dec 1st, 2005
 

Stright answer is 1) Directives 2) Actions 3) Scripting elements

  Was this answer useful?  Yes

Anil kumar

  • Sep 21st, 2006
 

 

There are three directives in JSP..

1. Page

2.Include

3.Taglib

           -> Page directive contains following attributes they are

                   import , session, language, info, extends, errorpage, is errorpage

                   isThreadsafe, buffer, autoflush and isElingnored...

 

                Thank you..

           

 

  Was this answer useful?  Yes

manas_mony

  • Feb 6th, 2008
 

I think there is no JSP attributes.
But the question should be like this.........What is the attribute of page directive or include directive or ...etc.

  Was this answer useful?  Yes



    Actually, jsp must have a attributes, and its can be setted as well as getted. 

    Ex,

        session.setattribute (" ");
        request.setattribute(" ");
        page.setattribute(" ");
        application.setattribute(" ");

                       so, they are jsp Attributes..................
       

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions