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
What are the major differences between html tags and strut specific html tags?
Is there a particularly good ide to use with struts?
Difference between struts and spring?
What is the purpose of dispatcher result type?
What are the struts2 configuration properties that control file uploading process?
What is the difference between validation.xml and validator-rules.xml files in struts?
What is the purpose of action-mappings tag in struct-config.xml?
Why are struts tightly coupled?
Which servlet does the struts framework use?
What are the Core classes of Struts Framework?
how does request processor relates to action mapping?
What is the purpose of @conversion?
How to use dispatchaction?
What is the design role played by struts?
How to convert struts to spring mvc?