What is meant by custom tags?
Answer / Rahul Gautam
Custom Tags are reusable HTML-like tags created using the Java Server Pages (JSP) technology. In Struts, they are used to define user-defined controls within a JSP page. Custom Tags can encapsulate complex logic and simplify the overall structure of the application.
| Is This Answer Correct ? | 0 Yes | 0 No |
What's the purpose of execute method of action class?
How we can configured action mapping in struts?
How can duplicate form submission be handled in struts 2?
What is life cycle of an interceptor?
What is actioncontext?
How can we get Servlet API Request, Response, HttpSession etc Objects in action classes?
Where can i get jar file for use the struts-tags in struts2?
Do you need an alignment after replacing struts?
What are disadvantages of Struts?
Explain architecture of struts2?
What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?
What’s the difference between struts and turbine? What’s the difference between struts and espresso?