different kinds of actions in Struts

different kinds of actions in Struts

What are the different kinds of actions in Struts?

View Answers

November 22, 2010 at 12:16 PM

Hi friends,

Struts is a open source java web application frame work. It supports different types action methods.

  1 : ForwardAction
     2 : IncludeAction 
     3 : DispatchAction
     4 : LookupDispatchAction
     5 : SwitchAction

Thanks.









Related Tutorials/Questions & Answers:
different kinds of actions in Struts
different kinds of actions in Struts  What are the different kinds of actions in Struts
Actions in Struts
Actions in Struts  Hello Sir, Thanks for the solutions you have sent me. i wanted examples on Struts DispatchAction,Forword Action ,Struts lookupDispatchAction,Struts mappingDispatchAction,Struts DynaActionform.please
Advertisements
Actions - Struts
Action struts 2  Please explain the Action Script in Struts
Actions Threadsafe by Default - Struts
Actions Threadsafe by Default   Hi Frieds, I am beginner in struts, Are Action classes Threadsafe by default. I heard actions are singleton , is it correct
Struts Built-In Actions
actions shipped with Struts APIs. These built-in utility actions provide different... Struts Built-In Actions   ...; Actions Description
button actions in struts
button actions in struts  in my jsp page i have two buttons add and sub.when i clicking the add button one action is performed and clicking the sub button another action is performed.how i will handle it using struts.i am using
hyperlink the pages with diff-2 actions struts - Struts
hyperlink the pages with actions struts  How to make a hyperlink in struts?  a href = "login.do" > Login </a>  hi i would suggest you to learn it from roseIndia Struts tutorials they have
Struts 2 Actions
Struts 2 Actions       In this section we will learn about Struts 2 Actions, which is a fundamental concept in most of the web... request. About Struts Action InterfaceADS_TO_REPLACE_1 In Struts 2 all actions
Is Multiple Actions in Action class - Struts
Is Multiple Actions in Action class  In ActionClass we can use only one action i.e execute(), but in DispatchAction we can use multiple actions.My question is , we can use multiple actions in Action class if(action.equals("add
Aggregating Actions In Struts Revisited
Aggregating Actions In Struts Revisited... Aggregating Actions in Struts , I have given a brief idea of how to create action aggregations. An action aggregation is a grouping of a set of related actions
defined actions in struts config still getting a HTTP 404 - Struts
defined actions in struts config still getting a HTTP 404  Hi guys, I am getting an Invalid Path requested error. Heres the code snippet from struts-config.xml All the JSPs in the forward
Struts Tutorial
, Architecture of Struts, download and install struts, struts actions, Struts Logic Tags... are as follows :ADS_TO_REPLACE_2 Struts provides the POJO based actions. Thread... Struts Built-In Actions Struts provide the built-in actions that facilitate
Different Kinds of Website
Different Kinds of Website A website is a collection of web pages, images, videos or other digital resources that are addressed with a common domain name or IP address
ModuleNotFoundError: No module named 'kinds'
ModuleNotFoundError: No module named 'kinds'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'kinds' How to remove the ModuleNotFoundError: No module named 'kinds'
STRUTS ACTION - AGGREGATING ACTIONS IN STRUTS
STRUTS ACTION - AGGREGATING ACTIONS IN STRUTS... are a Struts developer then you might have experienced the pain of writing huge number of Action classes for your project. The latest version of struts provides classes
Configuring Actions in Struts application
Configuring Actions in Struts Application To Configure an action in struts... it is enabled the struts becomes much friendlier and provide significant speed ...;struts-default"> </package> defines the name of the package. Here
Implementing Actions in Struts 2
Implementing Actions in Struts 2 Package com.opensymphony.xwork2 contains.... Actions the contains the execute() method. All the business logic is present.... login.jsp <%@ taglib prefix="s" uri="/struts-tags" %>
Struts2 Actions
a String object. However with struts 2 actions you can get different return types...Struts2 Actions       When... generated by a Struts Tag. The action tag (within the struts root node of 
struts
struts  how to make one jsp page with two actions..ie i need to provide two buttons in one jsp page with two different actions without redirecting to any other page
Struts Forward Action Example
about Struts ForwardAction (org.apache.struts.actions.ForwardAction). The ForwardAction is one of the Built-in Actions that is shipped with struts framework... Struts Forward Action Example  
Struts LookupDispatchAction Example
Struts LookupDispatchAction Example       Struts LookupDispatch Action (org.apache.struts.actions.LookupDispatchAction) is one of the Built-in Actions provided along
Struts LookupDispatchAction Example
Struts LookupDispatchAction Example       Struts LookupDispatch Action (org.apache.struts.actions.LookupDispatchAction) is one of the Built-in Actions provided along
Struts MappingDispatchAction Example
in the struts-config.xml Here, we need to create multiple independent actions... Struts MappingDispatchAction Example       Struts MappingDispatch Action
Struts MappingDispatchAction Example
of the Built-in Actions provided along with the struts framework... Struts MappingDispatchAction Example       Struts MappingDispatch
Struts Dispatch Action Example
Struts Dispatch Action Example       Struts Dispatch Action (org.apache.struts.actions.DispatchAction) is one of the Built-in Actions provided along
struts
technologies like servlets, jsp,and struts. i am doing one struts application where i doing validations by using DynaVAlidatorForm in that have different fields... the following links: http://www.roseindia.net/struts
Struts
Struts   How to retrive data from database by using Struts
STRUTS
STRUTS  MAIN DIFFERENCES BETWEEN STRUTS 1 AND STRUTS 2
STRUTS
STRUTS  MAIN DIFFERENCES BETWEEN STRUTS 1 AND STRUTS 2
Struts
Struts  what is SwitchAction in struts
Struts
Struts  how to learn struts
STRUTS
STRUTS   Request context in struts? SendRedirect () and forward how to configure in struts-config.xml
struts - Struts
struts  hi, what is meant by struts-config.xml and wht are the tags... 2. wht is the difference b/w the web.xml and struts-config.xml 3. what is the structure we hav to follow in struts whn and application has to run 4. where
struts
struts  in industry, struts 1 and struts 2. which is the best? which is useful as a professuional   Have a look at the following link: Struts Tutorials
Struts
Struts  Tell me good struts manual
struts
struts  what are the 4 methods of struts framework
struts
struts shopping cart project in struts with oracle database connection  shopping cart project in struts with oracle database connection   Have a look at the following link: Struts Shopping Cart using MySQL
Struts
Struts   When Submit a Form and while submit is working ,press the Refresh , what will happen in Struts
struts
struts  Hi what is struts flow of 1.2 version struts? i have struts applicatin then from jsp page how struts application flows Thanks Kalins Naik   Please visit the following link: Struts Tutorial
struts
struts   how to write Dao to select data from the database
struts
struts  why doc type is not manditory in struts configuration file
struts
struts  why doc type is not manditory in struts configuration file
struts
struts  why doc type is not manditory in struts configuration file
struts
struts  why doc type is not manditory in struts configuration file
Struts
Struts  Hi i am new to struts. I don't know how to create struts please in eclipse help me
struts
struts   Hi how struts flows from jsp page to databae and also using validation ? Thanks Kalins Naik
Struts
Setter methods of form bean class in Struts applications  who calls the setter methods of form bean class in struts applications
Struts
Struts   What is called properties file in struts? How you call the properties message to the View (Front End) JSP Pages
Struts
Struts   in struts I want two struts.xml files. Where u can specify that xml files location and which tag u specified
struts
struts  which is the best book to study struts on own? please tell me   You can learn struts through the following books: 1)Programming Jakarta Struts By Chuck Cavaness 2)Professional Jakarta Struts By James Goodwill

Ads