What are the various struts tag libraries?
What is the forward action utilized for?
What is the purpose of @customvalidator annotation?
How Struts internally works? For Example if we type the URL "/login.do" how the process goes internaly? How the struts-config.xml loaded?
How to get data from the velocity page in a action class?
What are the ways in which duplicate form submission can occur?
What do struts do?
What is the significance of logic tags in Struts?
What are Struts2 core components?
Hai all.What is the use of <logic:iterate>tag in struts application.
why do we typecast ActionForm into our plain java bean class in Action class? What is the reason?
multiple instances for action class is it possible
Which class of struts is responsible to converts data types from string and vice versa?