New Struts Interview Questions :: ALLInterview.com http://www.allinterview.com New Struts Interview Questions en-us kindly can any one post for me portlet,hibernate,spring example code http://www.allinterview.com/showanswers/101035.html Hi frnds iam new to struts wen iam running helloworld application us http://www.allinterview.com/showanswers/101032.html Hi frnds Ima facing problm with tomcat configuration.kindly can any o http://www.allinterview.com/showanswers/100802.html Hai all.What is the use of &lt;logic:iterate&gt;tag in struts applic http://www.allinterview.com/showanswers/100070.html <logic:iterate> tag is used iterate over a collection in a particular scope. The tag defines scope attribute which defines the scope where to look for the collection. If not defined following scopes are searched in order page, request, sess Hai all.Can i develope Struts action class without execute(-,- ,-,-)m http://www.allinterview.com/showanswers/99949.html Yes , we have just use the Dispatch Action class for ignore the execute method. What is the use of ActionErrors in Struts? http://www.allinterview.com/showanswers/99863.html ActionErrors is a class(org.apache.struts.action.ActionErrors) which encapsulates the error messages being reported by the validate() method of an ActionForm. Validation errors are either global to the entire ActionForm bean or they are speci Hi Friends, am new to struts.I read that &quot; you can store variabl http://www.allinterview.com/showanswers/96973.html hi, use properties file where ever u want it but my suggetion is use that in service layer. by calling Properties class methods. if u r testing this app in local means Tomcat place this properties xml file in parallel to Source directory, else u How display data base errors on web console by using the Struts Fram http://www.allinterview.com/showanswers/96779.html hi, define a base class which handles all error related operations. get Error code from E.getErrorCode() in Catch block and then throw that error to action class. Example. Error code 00001: is defined for Unique constraint voilation. for this Please can you tell me ,where can we used the MVC other than web app http://www.allinterview.com/showanswers/96778.html Main reasons for using servlet as a controller in struts. why not j http://www.allinterview.com/showanswers/96450.html jsp means very less code in java.and also their is no tags for intigrate with other logic.i.e means controll with other logic just like as connection polling,data accessing object,persistance logic.suppose u take as jsp as controller programm Hi Friends, why struts introduced in to web application. Plz dont se http://www.allinterview.com/showanswers/96095.html Before writing the answer i am assuming that u have idea about MVC Architecture. When u r writing the programm using servlet and jsp,every time u have to write ur own Controoler which is responsible for handling the request and response. In ActionClass we can use only one action i.e execute(), but in Dispa http://www.allinterview.com/showanswers/95795.html If multiple actions refer to the same formbean then we should go for DispatchAction. Yes as you said it is possible to write in Action. But by using dispatchAction we can simply specify the parameter name in config file. No need to write the what is the purpose of load_on_startup entry in struts- config.xml? http://www.allinterview.com/showanswers/94453.html If the struts configuration objects were to be created on the first call from the user it will adversely affect performance by delaying response for the first user. By specifying load-on-startup = 1 we tell the servlet container to call th what are the struts tags? http://www.allinterview.com/showanswers/93754.html They are six type of tags in struts. 1,Bean 2)HTML 3)Logic 4)Nested 5)Template 6)Tiles Hi All thanks in advance, iam new to j2ee curr http://www.allinterview.com/showanswers/93269.html You can find some examples in http://java2s.com or in http://roseindia.net/