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.
In struts, I want to highlight the particuluar row from the database....for ex: some fields is there...Id, Name...etc...I want to print the particulatr which one is acheiving the condition......I want all the results in JSP page but the row(condtion is true)should highlight....thnks
Latest Answer: Servlets are used as controllers as it recieves the request from the browser and makes the decision where to send the response.
with struts the controller isa command design pattern implemnted as a servlet.
Creates any beans or objects used by the ...
Hi friends When I send a request to ActionSevlet with url *.do am getting response as ''no action instance could be created? plz tell me answer. i have configured in strus-config.xml also
Hi I am new to Java Broad vision and iam facing a problem .Please let me know if any one working on it.Thanks Rizwan
Latest Answer: There are fine different types of actions in the struts
i) Forward Action (to forward a request to another resource in your
application)
ii) Include Action ( To include some action )
You Might be wondering what the difference between Forward Action ...
View page << Previous 1 2 3 [4] 5 6 Next >>

Go Top