JSP Action Tag

JSP Action Tag

Defined JSP Action Tag ?

View Answers

October 27, 2010 at 11:31 AM

Action tag is used to transfer the control between pages and is also used to enable the use of server side JavaBeans. Instead of using Java code, the programmer uses special JSP action tags to either link to a Java Bean set its properties, or get its properties.

syntax of Action Tag :

<jsp:action attributes />

The most commonly used action tags are three of them and they are namely:

  • include
  • forward
  • useBean









Related Tutorials/Questions & Answers:
JSP Action Tag
JSP Action Tag   Defined JSP Action Tag ?   Action tag... JSP action tags to either link to a Java Bean set its properties, or get its properties. syntax of Action Tag :ADS_TO_REPLACE_1 <jsp:action attributes />
jsp forward action tag
jsp forward action tag  Defined jsp forward action tag ?   The <jsp:forward> element forwards the request object containing... application context as the forwarding JSP file. Syntax of forward action Tag:ADS
Advertisements
jsp include action tag
jsp include action tag  Defined jsp include action tag ?   ... that is included in the JSP page. When the include action is finished, the JSP container continues processing the remainder of the JSP file. syntax of include action
Action tag - JSP-Servlet
Action tag  Hello, I want to help ....i hav one feedback form there is action , .. can i use two action at the same form because i want html page on submitting feedback form and instead of above tag i change form
Struts2.2.1 Action Tag Example
the Action tag in the Struts2.2.1 -- First we create a JSP file named...Struts2.2.1 Action Tag Example The Action tag  is used to call action class directly from a JSP page. We can call action directly by specifying
Action Tag (Data Tag) Example
Action Tag (Data Tag) Example       In this section, we are going to describe the action tag. The action tag is a generic tag that is used to call actions directly from a JSP page by specifying the action
Struts 2 Action Tag
Struts 2 Action Tag "action" Tag in Struts 2 is used by developer to call action class from a JSP page. For calling the action class, developer must assign action name. Struts 2 Action Tag is one of the Data Tags, which are used
JSP Forward action
JSP Forward action  Jsp forward action tag examples
jsp:include action tag
jsp:include action tag In this section we will discuss about JSP "include" action tag. The jsp "include" tag is used to include... into Servlet. The include tag is used to include another resource it may be jsp
Jsp Action Tags
Jsp Action Tags  how can i use jsp forward action tag?i want examples
action tag - Struts
action tag  Is possible to add parameters to a struts 2 action tag? And how can I get them in an Action Class. I mean: xx.jsp Thank you
standard action - JSP-Servlet
; hi friend.. Action Allow you to specify components from a tag library or a standard tag. For Example : Action may display an output or write some value to servlet without showing any output. Actually action is a tag name and tag
RADIO FROM JSP TO ACTION.
RADIO FROM JSP TO ACTION.  Hi frds, how to get the selected multiple radio button values from jsp to action
attribute in action tag - Java Beginners
attribute in action tag  I'm just a beginner to struts. The name tag(name="bookListForm") is used to define the form used with the action class. But i`m not clear about the attribute tag(attribute
jsp tag - JSP-Servlet
stream.A custom action is invoked by using a custom tag in a JSP page. A tag... TagLibrary in Jsp : Tag libraries are declared by using the directive...jsp tag   i am basic jsp learner,so i cann't understand th
jsp:forward tag ussage
jsp:forward tag ussage  can you give me example of how to use jsp:forward tag... i intend to call action class   Hi Friend, Please visit the following links: http://www.roseindia.net/jsp/jsp-forward-request.shtml
Standard Action "jsp:param"
Standard Action <jsp:param> In this Section, we will discuss about "jsp:param" standard action & their utilization with a example... process the parameter. This tag can be enclose in any other action tags
JSP include directive tag
JSP include directive tag  What is include directive tag in JSP
JSP tag lib directive
JSP tag lib directive   What is tag lib directive in the JSP?   Hi, The answer is:ADS_TO_REPLACE_1 Defines a tag library and prefix for the custom tags used in the JSP page. Thanks
JSP Directives Tag
JSP Directives Tag   Defined JSP Directives Tag ?   The directive tag gives special information about the page to JSP Engine. This changes the way JSP Engine processes the page. Using directive tag, user can import
link tag in jsp - JSP-Servlet
link tag in jsp  Hi, how to write link in a jsp page. give me... this in jsp page it will work although it is html tag.  Visit for more information. http://roseindia.net/jsp/jspsession/SessionCount.shtml Thanks
JSP include directive tag
JSP include directive tag  What is include directive tag in JSP?   Hi, The JSP include directive includes a static file or sends a request to a dynamic file.ADS_TO_REPLACE_1 or The JSP include directive is used
Tag Libraries in JSP - JSP-Servlet
Tag Libraries in JSP  What is the role of Tag Libraries in JSP?  Hi friend, I an sending you a link. This link will help you. Please visit for more information. http://www.roseindia.net/jsp/Declare_Tag
Type of JSP Directive Tag
Type of JSP Directive Tag  How many types of directive tag in the JSP?   Hi, The answer is given below:ADS_TO_REPLACE_1 There are three types of directive tag. 1. page 2. Include 3. Tag Lib Thanks
Tag extension in JSP
Tag extension in JSP  What is Tag extension in JSP model?   JSP supports the authors to add their own custom tags that perform custom actions. This is performed by using JSP tag extension API. A java class is written
JSP Directive Tag
JSP Directive Tag  What is JSP Directive tag?   Hi, The answer is:ADS_TO_REPLACE_1 The directive tag gives special information about the JSP Engine. The directive tags are used for simple java programming call like
JSP page directive tag
JSP page directive tag  What is page directive tag in JSP?.  ... to an entire JSP file and any of its static include files, which together are called a translation unit. or Defines attributes that apply to an entire JSP
JSP Scriptlet Tag
JSP Scriptlet Tag   Defined JSP Scriptlet Tag ?   A scriptlet tag is used within a Java Server page to execute a java source code scriplet which is enclosed between "<%" and "%>" tag elements.User can write
Tag library - JSP-Servlet
Tag library  Hi, although i read a lot about tag library in jsp but it's not clear to me please tell me what is tag library and why it's use in struts. Please give me some simple example so that i can make my concept clear
jsp to struts 2 action conversion problem - Struts
jsp to struts 2 action conversion problem  i have one jsp page that includes 3 other jsp pages(using RequestDispactcher).how to convert that jsp page to a struts2 action?among that one jsp page is wrritten using jpivot,wct tags
JSP Applet Tag - JSP-Servlet
JSP Applet Tag  Hi, I am using Eclipse Ganymede. I have develloped a simple Dynamic Web Project. In this projetc I have Jsp in WebContent Folder and my applet(Basic Hello World Applet) under Java Resources folder. I have jsp
Standard Action "jsp:plugin"
Standard Action <jsp:plugin> In this Section, we will discuss about standard action "jsp:plugin" & their implementation using a example. The <jsp:plugin> action is use to download a plugin (an Applet or a Bean
What is a Tag Library in JSP
What is a Tag Library in JSP   ... explanation of the Tag Library in JSP. In the Java Server Pages Technology, multiple actions are accessed by using the tags of the JSP whether the tag is standard
jsp:forward tag usage and stntax
jsp:forward tag usage and stntax  jsp:forward tag usage and syntax with an example
linking tree heading in javasript into a Jsp file and then jsp to struts action form
linking tree heading in javasript into a Jsp file and then jsp to struts action... to the corresponding jsp say 1) aaa_jsp.jsp 2) bbb_jsp.jsp 3) ccc_jsp.jsp how... javascript tree link to struts action class
how to use image tag in jsp
how to use image tag in jsp  How to use image tag in JSP
flush attribute in jsp:include tag - JSP-Servlet
flush attribute in jsp:include tag  what is the use of flush attribute in jsp:include tag ?  hi friend, ------------------------------ Read for more information, http://www.roseindia.net/jsp
JSP page directive tag atributes
JSP page directive tag atributes  The list of the page directive tag attributes in the JSP.   Hi, The list of the JSP page directive tag attributes is:ADS_TO_REPLACE_1 language extends import session info
How to validate a form in action class and forward errors to the jsp in struts?
How to validate a form in action class and forward errors to the jsp in struts?  How to validate a form in action class and forward errors to the jsp in struts
JSP page directive tag syntax
JSP page directive tag syntax  Descibe the syntax of the page directive with example In JSP.   Hi, The JSP page directive tag syntax is:ADS_TO_REPLACE_1 <%@ page attributeName="values" %> The JSP page
Fetch the data using jsp standard action
Fetch the data using jsp standard action  I want the code of fetch the data from the database & show in a jsp page using jsp:usebean in MVC model... that retrieves the data from the database through java bean and display it in jsp page
How can i pass the valus from a JSP to the action class???
How can i pass the valus from a JSP to the action class???  hewllo wevryone... can anyone help me with how i can pass the value of menuId in my JSP and pass it in the action class
how to point my jsp form action to servlet? - JSP-Servlet
how to point my jsp form action to servlet?  I am currently using... was trying to point my jsp action to my servlet.(f.action="../fyp.servletLogin";) fyp is the folder that stores my servlet. Here is my function code in jsp, when user
how to display action errors in jsp which is in a form list
how to display action errors in jsp which is in a form list  My jsp contains list of forms iterating using display:table, each FORM forms a row. I want to display action errors for individual form in the same row
Capturing JSP Content Within My Strut Action Servlet - JSP-Servlet
Capturing JSP Content Within My Strut Action Servlet  My end goal is to be able to grab the content from the JSP from within the calling servlet... a dispatch to the JSP and is some how able to hold onto the response so as to be able
JSP Tag Libraries
JSP Tag Libraries       JSP Tag Libraries is the collection of standard tags. JSP tags are the Java components that can be used in a JSP file. JSP tag libraries allow us to make Java
Passing Parameter with <jsp: include>
Passing Parameter with <jsp: include>      In this example we are going to use <jsp:include> action tag. This action tag has one attribute page which is used to include
JSP include directive tag syntax and example
JSP include directive tag syntax and example  The syntax and example of the JSP include directive tag.   Hi, The syntax of the JSP include...; The example of the JSP include directive tag is: <%@include file="filename" />
The AJAX JSP Tag Library
The AJAX JSP Tag Library       The AJAX JSP Tag Library is a set of JSP tags that simplify the use of Asynchronous JavaScript and XML (AJAX) technology in JavaServer Pages. This tag
JSP Controls Tag Library
JSP Controls Tag Library       JSP Controls Tag Library provides the lifecycle for portlet-like JSP.... The components built with the Library can be used in any JSP-based application

Ads