standard action

standard action

View Answers

July 24, 2008 at 5:17 PM

hi friend..

Action Allow you to specify components from a tag library or a standard tag. For Example : <prefix:action_name attribute="value">

Action may display an output or write some value to servlet without showing any output. Actually action is a tag name and tag has attributes with their values.

Some Standard action tags:
<jsp:forward> :- The forward action passes the request to another page,page may be a html page or jsp page or a servlet.
For Example: <jsp:forward page="response.jsp"/>

<jsp:getProperty> :- This tag returns a the value of a bean property.
For Example : jsp:getProperty name="some_name" property="prop_name" />

<jsp:include> :- This tag is used to embed a file in a jsp page at the run time.
For Example : <jsp:include page="jsp_Page.jsp" flush="true"/>

Some other standard action tags....
1: <jsp:fallbck>
2: <jsp:param>
3: <jsp:params>
4: <jsp:usebean>
5: <jsp:setProperty>
6: <jsp:plugin> etc.

July 25, 2008 at 7:02 PM


Read for more information.

http://www.roseindia.net/jsp/


Thanks









Related Tutorials/Questions & Answers:
standard action - JSP-Servlet
or a standard tag. For Example : Action may display an output or write some value... has attributes with their values. Some Standard action tags: :- The forward.... For Example : Some other standard action tags.... 1: 2: 3: 4: 5: 6
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
Advertisements
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
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 2 architecture. Suppose after login a user can view his/her details which he
JSP Standard Action 'jsp:useBean'
JSP Standard Action <jsp:useBean> This action let you use java bean in a JSP page. This action instantiates or locates a Bean with a specific name...;strong>EXAMPLE OF JSP:USEBEAN STANDARD ACTION</strong></h3>
JSP Standard Actions
JSP Standard Actions In this section, we will learn about JSP standard Action & their elements with some examples. JSP Standard action are predefined tags which perform some action based on information that is required
no action mapped for action - Struts
no action mapped for action  Hi, I am new to struts. I followed...: There is no Action mapped for action name HelloWorld
Standard deviation
Standard deviation  program to calculate the standard deviation of an array of values.the array elements are read from terminal.use function to calculate standard deviation and mean
Action and ActionSupport
Action and ActionSupport  Difference between Action and ActionSupport.... The developer implements this interface of accessing string field in action... for implements Action and some other interfaces and provides some feature like data
Action form
Action form  how to store details from user and how to create asp file or etc
UISlider action
UISlider action  Hi, How to capture and use UISlider action? Thanks   Hi, Following code might helpful. -(IBAction)changeSlider:(id)sender { NSString *value= [[NSString alloc] initWithFormat:@" Value %d
Action Listeners
Action Listeners  Please, could someone help me with how to use action listeners I am creating a gui with four buttons. I will like to know how to apply the action listener to these four buttons.   Hello Friend, Try
Struts Action Chaining
Struts Action Chaining  Struts Action Chaining
ModuleNotFoundError: No module named 'standard'
ModuleNotFoundError: No module named 'standard'  Hi, My Python... 'standard' How to remove the ModuleNotFoundError: No module named 'standard... to install padas library. You can install standard python with following
ActionMapping and is the Action Mapping specified
ActionMapping and is the Action Mapping specified  What is ActionMapping and is the Action Mapping specified
What is Action Class?
What is Action Class?  What is Action Class? Explain with Example
the Action Mapping specified
the Action Mapping specified  How is the Action Mapping specified
Action Configuration - Struts
Action Configuration  I need a code for struts action configuration in XML
standard format in C++
standard format in C++  Please help me with this one. thank you so much. **"Write a C++ program to read a date in US standard format (mm dd yyyy) and print it in Australia standard format (dd mm yyyy
spring standard tag libraries
spring standard tag libraries  hello sir please tell me how to write the jsp in Spring frame work using spring standard tag libraries
Version of taglibs>standard dependency
List of Version of taglibs>standard dependency
Action without a form.
Action without a form.  Can I have an Action without a form
Struts Action Class
Struts Action Class  What happens if we do not write execute() in Action class
Jsp Action Tags
Jsp Action Tags  how can i use jsp forward action tag?i want examples
standard serviceregistrybuilder example
standard serviceregistrybuilder example  can any one share me the standard serviceregistrybuilder example code? My project is in Hibernate 4.3.1.... in Hibernate 4.3.1?. It will explain you how to use the standard
ModuleNotFoundError: No module named 'action'
ModuleNotFoundError: No module named 'action'  Hi, My Python... 'action' How to remove the ModuleNotFoundError: No module named 'action'... to install padas library. You can install action python with following command
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
Action Or DispatchAction - Development process
Action Or DispatchAction   Hi, Action class has execute() only where as dispatchaction class has multiple methods. plz tell me when to use action and dispatchaction.can we use multiple actions in Action class. Thanks Prakash
JSP Forward action
JSP Forward action  Jsp forward action tag examples
Struts Action Classes
Struts Action Classes  1) Is necessary to create an ActionForm to LookupDispatchAction. If not the program will not executed. 2) What is the beauty of Mapping Dispatch Action
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
Joomla Standard Package
Joomla Standard Package In this package we offer a complete standard package that can be customize or upgraded later as per the requirement of the clients. The client itself can modify and manage
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 />
Action classes in struts
Action classes in struts  how many type action classes are there in struts   Hi Friend, There are 8 types of Action classes: 1.ForwardAction class 2.DispatchAction class 3.IncludeAction class 4.LookUpDispatchAction
Login Action Class - Struts
Login Action Class  Hi Any one can you please give me example of Struts How Login Action Class Communicate with i-batis
uibarbuttonitem initwithcustomview action
uibarbuttonitem initwithcustomview action  HI, Can anyone provide me the code for uibarbuttonitem initwithcustomview action? In my application I am adding custom BarButtonItem, how I can attach an action to it? Thanks
the standard isolation levels defined by JDBC
the standard isolation levels defined by JDBC  What are the standard isolation levels defined by JDBC
Replace JSF Standard Error Message
Replace JSF Standard Error Message  How can we replace the JSF Standard Error Message
action Servlet - Struts
action Servlet  What is the difference between ActionServlet ans normal servlet? And why actionServlet is required
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... action="services.html " but it only shows html page bt does not submit my data
servlet action not available - Struts
servlet action not available  hi i am new to struts and i am getting the error "servlet action not available".why it is displaying this error. Struts Blank Application action org.apache.struts.action.ActionServlet
DTO & Action class - Struts
DTO & Action class  Hi I am really new to struts2. I just wanted to know that if I have a DTO and an action class, how do I put the form data into the DTO? Can someone please explain with a simple example
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
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
Dispatch Action - Struts
Dispatch Action  While I am working with Structs Dispatch Action . I am getting the following error. Request does not contain handler parameter named 'function'. This may be caused by whitespace in the label text
ModuleNotFoundError: No module named 'dicom-standard'
ModuleNotFoundError: No module named 'dicom-standard'  Hi, My... named 'dicom-standard' How to remove the ModuleNotFoundError: No module named 'dicom-standard' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'dicom-standard'
ModuleNotFoundError: No module named 'dicom-standard'  Hi, My... named 'dicom-standard' How to remove the ModuleNotFoundError: No module named 'dicom-standard' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'lucterios-standard'
ModuleNotFoundError: No module named 'lucterios-standard'  Hi, My... named 'lucterios-standard' How to remove the ModuleNotFoundError: No module named 'lucterios-standard' error? Thanks   Hi, In your
ModuleNotFoundError: No module named 'standard-names'
ModuleNotFoundError: No module named 'standard-names'  Hi, My... named 'standard-names' How to remove the ModuleNotFoundError: No module named 'standard-names' error? Thanks   Hi, In your python
UIButton action example
UIButton action example  HI, How i can capture the Button click action? What to write the .h and .m file? Thanks   Hi, Here is the code that you can write in .h file: (void) buttonPress:(id)sender; Here

Ads