How to add ms-word file in struts at the same time how to
add images
Answer / kans
we need to import org.apche.struts.upload.FormFile to our
action Form,in this we have methods to upload pics and text
files
| Is This Answer Correct ? | 3 Yes | 1 No |
How to override the default error message that can come during file uploading process?
What is the use of resourcebundle.properties file in Struts Validation framework?
Are struts still used?
What are the different kinds of actions in struts?
Does Struts2 action and interceptors are thread safe?
What is action support class in struts2?
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 struts actionmapping?
Hi Friends, why struts introduced in to web application. Plz dont send any links . Need main reason for implementing struts. Thanks Prakash
what is the purpose of load_on_startup entry in struts- config.xml?
What are different Struts2 tags? How can we use them?
What is struts and why it is used?