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 |
Where should struts xml be placed?
How you will enable front-end validation based on the xml in validation.xml?
how can you switch onemodule to another module by switch action class plz explain with exapmle?
1 Answers Atos Origin, HeadStrong, Satyam,
Explain how to work with error tags?
Which components are available using actioncontext map?
How is declarative handling of exceptions done in struts ?
How to set email notification using struts.Plz give the example code?
What is the difference between validation.xml and validator-rules.xml files in struts validation framework?
What are the core classes of struts?
How to convert struts to spring mvc?
What is MVC?
Can we have different controllers in one struts app?