What is struts 2 framework in java?
No Answer is Posted For this Question
Be the First to Post Answer
what is tiles in struts?
In which order struts framework searches for a message bundle?
How many struts config file in a struts application?
What is the use of ActionErrors in Struts
Which interceptor is responsible for file upload support?
Which interceptor is responsible for mapping request parameters to action class Java Bean properties?
we have two applications A1 & A2 both are accesing the same databse table employee at the same time how we will manage this so that both application can get the correct no of emloyee while A1 is inserting a employee at the same time while other applicatuion is getting the empployee list.
Give the details of xml files used in validator framework?
What are result types in struts?
If the framework doesn’t do what I want, can I request that a feature be added?
Why is action servlet a singleton in struts?
When it’s useful to use IncludeAction?