Latest Answer: Struts tags bind the property value with the Formbean property defined. ...
Latest Answer: 1. HTML tags are static Struts tags are Dynamic (At the run-time struts tags are called)
2. Another diff is You create your own Struts tags... ...
What are the contents of web.xml and struts-config.xml? What is the difference between them? How to relate these tow xml files?
In struts servlet control the application and we know that a jsp compiled into a servlet first. The only problem with the servlet is that it needs to write out.println call per HTML line. But as a controller
Latest Answer: Satisfied with the above comment. Why we are using struts, we can use JSP. as we know the advantages of Struts, so we use it. So we use Servlet that is for writing logic, as a controller. JSP is for Presentation. ...
Latest Answer: Yes, but stuts-config definition are stored in the application scope with a key so when the second definitions comes in the web.xml, the second struts-config overrides the previous one. ...
Latest Answer: REquest diapatcher servlet which filters the action servlet actions is added in 1.2 ...
Should every html form property have a corresponding formbean get/set and variable.?Can form property be omitted in a form bean?
Can input form property be omitted in a formbean ? is it mandatory for every form property to have a corresponding formbean get/set and variable ?
If any one knows the answer plz add..
Latest Answer: in order to access the resources
Latest Answer: Hi,Struts Extras provides several popular but non-essential classes, including: ActionDispatcher An Action helper class that dispatches to a public method in an Action. BaseAction BaseAction is provided as an intermediate class for shared funtionality ...
View page << Previous 1 2 [3] 4 5 6 7 8 9 10 Next >>

Go Top