Can we have multiple struts config files in a single web app?
No Answer is Posted For this Question
Be the First to Post Answer
What is struts? Explain
What are the struts2 configuration properties that control file uploading process?
Hai all.Can i develope Struts action class without execute(-,- ,-,-)method.Ifd it's possible plz provide some sample code.
How do struts work?
In ActionClass we can use only one action i.e execute(), but in DispatchAction we can use multiple actions.My question is , we can use multiple actions in Action class if(action.equals("add") if(action.equals("update"). Then when to use Action and DispatchAction which is frequently in webapplications.
What is the use of namespace in action mapping in Struts2?
Struts follows which design patterns?
struts is thread safe or not ?give me answer as early as possible
is it possible to see actionservlet in my system. if yes how
How struts2 supports internationalization?
What is Model 1 and Model 2?
why servlet is used as controller not JSP?