In web.xml file instead of *.do can i write *.ibm, Specify
with example
Answer Posted / midhula
Yes you can write any thing
in html or jsp if you use <form action="login.ibm">
then in web.xml in <url-pattern>*.ibm</url-pattern>
when reqest reaches to web.xml file i.e to the url-pattern
and * is now replace with login,making use of the servlet-name
tags content,Action Servlet(i.e servlet-class tags content)
is identified.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why are frameworks used?
Which servlet does the struts framework use?
What is includeaction?
What is difference between actionform and dynaactionform?
What are the components of struts framework?
What configuration changes are required to use resource files in Struts?
What is the front controller in struts2?
What is form bean in struts?
In how many ways duplicate form submission can occurs?
What does it cost to replace struts?
What are the loop holes of struts?
What is the purpose of @validations annotation?
What are the benefits of Interceptors in Struts2?
What is interceptor? And life cycle methods of interceptor?
What are the differences between Struts1 and Struts2 or how Struts2 is better than Struts1?