answersLogoWhite

0

What are jsp actions?

Updated: 9/18/2023
User Avatar

Wiki User

13y ago

Best Answer

JSP actions are XML tags that direct the server to use existing components or control the behavior of the JSP engine. JSP Actions consist of a typical (XML-based) prefix of "jsp" followed by a colon, followed by the action name followed by one or more attribute parameters.

There are six JSP Actions:

< jsp : include / >

< jsp : forward / >

< jsp : plugin / >

< jsp : usebean / >

< jsp : setProperty / >

< jsp : getProperty / >

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are jsp actions?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Whether Jsp is a front end or not?

JSP stands for the java server pages and it can be used independently or as the view component of a server-side model.JSP allows Java code and certain pre-defined actions to be interleaved with static web markup page.


What is acronym of jsp?

JSP stands for Java Server Pages


What is full from JSP?

JSP stands for Java Server Pages


When was JSP Records created?

JSP Records was created in 1978.


What does jsp mean?

jsp means Java Server Pages.


How to Update data from jsp into database?

can i get update coding in jsp??


How do you connect jsp and HTML?

JSP and HTML are similar in some way or other. JSP is one which has work on Java Programming as well.


Which is the website for jsp tutorials?

There are many websites for JSP Tutorials. Just google with text as "JSP Tutorials" or click on the related links in this answer...


What does JSP stand for in JSP Corporation?

Japan Styrene Paper Corporation


What are the Implicit object in JSP?

The implicit objects in a JSP page are:requestresponsepageContextsessionapplicationoutconfigpage


What are the advantages and disadvantages of JSP?

Advantages of JSP 1. HTML friendly simple and easy language and tags. 2. Supports Java Code. 3. Supports standard Web site development tools. Disadvantages of JSP 1. As JSP pages are translated to servlets and compiled, it is difficult to trace errors occurred in JSP pages. 2. JSP pages require double the disk space to hold the JSP page. 3. JSP pages require more time when accessed for the first time as they are to be compiled on the server.


Why can you make HTML and jsp pages?

You can make HTML pages and JSP pages for web attractiveness. JSP pages offer additions features to it.