Validation
1)where sohould we place struts.xml
2)where should we place validation.xml fies
3)Which is the main controller that acts as a servlet:please brief me about the different controller in S2
View Answers
April 24, 2012 at 12:29 PM
1)Put struts.xml file inside /WEB-INF/classes/
2)Put validation.xml inside /WEB-INF/
3)The controller is implemented by a java servlet, this servlet is centralized point of control for the web application. In struts framework the controller responsibilities are implemented by several different components like
The ActionServlet Class
The RequestProcessor Class
The Action Class
ActionServlet: Struts ActionServlet handles all the request made by the web browsers to a given mapping. ActionServlet is the central component of the Struts controller. This servlet extends the HttpServlet. This servlet basically performs two important things. First is : When the container gets start, it reads the Struts Configuration files and loads it into memory in the init() method. You will know more about the Struts Configuration files below. Second point is: It intercepts the HTTP request in the doGet() and doPost() method and handles it appropriately.
RequestProcessor:RequestProcessor process the request from the controller. You can sublass the RequestProcessor with your own version and modify how the request is processed. Once the controller receives a client request, it delegates the handling of the request to a helper class. This helper knows how to execute the business operation associated with the requested action.
Action: In the Struts framework,Action class acts as a bridge between a client-side user action and business operation. The Action class decouples the client request from the business model. This decoupling allows for more than one-to-one mapping between the user request and an action. The Action class also can perform other functions such as authorization, logging before invoking business operation. the Struts Action class contains several methods, but most important method is the execute() method.
Ads
Related Tutorials/Questions & Answers:
validation
validation we are doing payroll system project in java.So pls provide the complete
validation code for employee master form
Advertisements
validation.....
validation..... hi..........
thanks for ur reply for
validation code.
but i want a very simple code in java swings where user is allowed to enter only numerical values in textbox , if he enters string values then it should
validation
Validation method valid the in put. otherwise call the javascript onsubmit to check... code.Ok if you use struts then you can use
Validation method valid the in put
Validation
);
JLabel label=new JLabel("JTable
validation Example",JLabel.CENTER);
JPanel panel=new JPanel();
panel.add(scroll);
JFrame frame=new JFrame("JTable
validation
validation
validation please help me to check
validation for
<form>
<table class="form">
<tr>
<td class="col1">
<label>Sno:</label>
</td>
<td
validation files
validation files If I place
validation files in the folder where the action classes are present,will there any error arise
javascript validation
javascript validation
validation of comparing dropdownlist and textbox in javascript
NSURL Validation
NSURL Validation How to validate a NSURL string using special character
validation
validation query
validation query where I should kept properties file inside struts Web application
form validation
form validation how the form
validation is done in jsf form using javaScript
email validation
email validation during email
validation.... after domain name which it means if example
[email protected] .... this address allowed by any
validation program .... but i want to show invalid email address because domain name com
email validation
email validation during email
validation.... after domain name which it means if example
[email protected] .... this address allowed by any
validation program .... but i want to show invalid email address because domain name com
Validation of datepicker
Validation of datepicker I have a datepicker in my JSp...the seleted dates are put in a text box. I want the alert the user from selecting future... a future date is entered..How to do this
validation in javascript or jsp
comboBox validation
comboBox validation dear sir.
i want to know . how to validate radio button in struts using xml
validation.
thanks
Form Validation
Form Validation Java script
validation for checking special characters and white spaces and give an alert.Please help me urgent
Thanks in advance
Date Validation
Date Validation Hi,
I need Date
Validation using java in spring framework. Please Anyone help me...
Thanks in advance
date validation
date validation sir,
pls provide date
validation code in javascript..we want to include it into our master form..
Please visit the following link:
http://www.roseindia.net/mysql/datevalidation.shtml
Struts validation
Struts validation I want to put
validation rules on my project.But after following all the rules I can't find the result.
I have extended...
validation rules,put the plugins inside strutsconfig.xml, put the html:errors tag
Validation doubt
Validation doubt hi.....
thanks for the other
validation code. I have got that and implemented in my code but i have a doubt in that.
As we try to put string values its not allowing to do tht it gives us message its right
Server side validation vs client side validation
Server side
validation vs client side validation Can any one tell me the difference between these two different ways of
Validation? Also features of Server side
validation vs client side
validation.
The client side
Struts2 validation Procedure
Struts2
validation Procedure In struts2 Which one is best XML
Validation or Programatic
validation? and which one is used in real world application
Struts2 validation Procedure
Struts2
validation Procedure In struts2 Which one is best XML
Validation or Programatic
validation? and which one is used in real world application
Struts2 validation Procedure
Struts2
validation Procedure In struts2 Which one is best XML
Validation or Programatic
validation? and which one is used in real world application