Latest Answer : MVC1 architecture stands for model view and controller and MVC2 architecture is also stands for model view controller but the major difference is in MVC1 there is only one controller for one aplication and for that it is bulkier means it have to handel ...
I got Problem while working in Validator Frame work?Any body can help plz.Problem is. All the Java Script coding from the validator-rules.xml all are printling on the screen. how to solve it? and what is the reason for that. i included the plug-in in struts-config.xml and i wrote the appropriate codes in validation.xml and i wrote bean.
Latest Answer : The answers provided in this thread focus more on the current implementations of MVC1 and MVC2 and therefore are only partially correct.The real difference between MVC models 1 and 2 is that in model 2 the Model, View and Controller should be coded as ...
Latest Answer : Hi, am srinivas, perform method is returns ActionForward(), not Message or ActionErrors ...
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.
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
What does it mean if write like 1 in web.xml? What is the meaning of *.do in servlets?
Latest Answer : HTML tags are provided as per the W3C standard HTML and Struts supports incorporates it and provides by its own.The *.do in web.xml is to say that any URL ending with '.do' pattern then need to perform by applications action servlet. ...
Latest Answer : It is not necessary to have ActionForm in the struts application if you are not using a form in ur html or jsp page but its is handy to have one if ur are submitting some data to the server using form. ...