In web.xml file instead of *.do can i write *.ibm, Specify
with example
Answers were Sorted based on User's Feedback
Answer / naveen.bav
Yes, you can write but that URL should map to a particular
servlet in web.xml and make sure that it should not map to
multiple servlets with the same URL pattern.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / suresh
Yes u can write anything *.do ,*.ibm
generally everybody can write in struts programing *.do.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / raj
no we cant write like that. Its a syntax of struts.Struts
framework follow the extension of .do instead of anything.
| Is This Answer Correct ? | 1 Yes | 37 No |
What do you mean by dynaactionform?
Hai all.Can i develope Struts action class without execute(-,- ,-,-)method.Ifd it's possible plz provide some sample code.
What are different Struts2 tags? How can we use them?
What is DynaActionForm?
What is the purpose of struts.xml in struct2?
Why is it called struts?
What is dispatch action class?
What is the use of execAndWait interceptor?
Why aren’t the struts tags maintained as part of the jakarta taglibs project ?
Define struts?
How to forward from Array List to Jsp in Struts ActionServlet class?
What are the two different types of validations that the validator framework supports?