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
List the important attribute and elements of action mapping under struts.
What are action errors?
How is the action mapping specified?
Why we use struts in java?
What is the difference between struts1 and struts2?
What is the purpose of action-mappings tag in struct-config.xml?
How can link tag’s action attribute be used?
How many action classes can be used in struts application?
What are the features of struts?
How to explain Software Bank Loan descriptions
What does params interceptor?
Mark the differences between html tags and strut specific html tags.
What is struts2 in java?
Difference between struts and spring? Or why use spring, if you are already using struts?
How can we display validation errors on jsp page?