Latest Answer: Hi,You need to take care of one thing in using AJAX with Struts and the remaining things will be same as a normal web application.When you send a request using AJAX, the corresponding Action class will be executed.In normal scenario, we return a ForwardAction ...
Can any tell me Validator Framework is used forprimitive type or it can be used to validate the object also If not than how object can be validate using struts
Latest Answer: hi there should be only one Web.xml file for a java web program in that you can have any no of struts_config.xml files bsin on the requirement.when ever you give the request from the browser first the deployment descipterreaded. ...
Latest Answer: Please be more specific about your question. Not able to get what you mean in single sentence like this? ...
Latest Answer: The purpose of JSP's is to present the required information to the client for his request. And more over JSP page's whould needs to develop by the web developers who may not be knowing java coding. ofcourse even we can make the JSP as a controller based ...
Latest Answer: RequestProcessor class will generally have pre-process() etc methods. So, we will override these methods & have our own customized way to define preprocess() method to handle the requests. ...
I am using Netbean editor for sturts application problem i am facing is not been able to compile the file i have created.What actully i have done is i am using BeerforAll project which i have downloaded from netbean site. So i just want to make few changes in this site just for lerning purpose.I created a catalog.jsp file and then created a catalogAction.java so when i try to compile this file it showing me that it has been compiled but not showing it in classes folder as classes folder showing
Latest Answer: Input validation refers to the practice of verifying that input from an untrusted source is acceptable and safe to use. This has a significant security impact because malformed data submitted by a malicious user is the direct cause of numerous exploits ...
Latest Answer: Using struts you dont have the built in facility like sending email u have to use java mail API or ur can switch to spring framework use ur struts application in there and also get the facility to send email. ...
Hi..i have a problem with an action form in struts, the problem is: some set-method are executed and others set-method are not. Has anyone had the same problem?..how do you have resolved the problem? thanks to all.
View page << Previous 1 2 3 [4] 5 6 7 Next >>

Go Top