What is the difference between HTML tags and Struts HTML tags?

What does it mean if write like 1 in web.xml?
What is the meaning of *.do in servlets?

Showing Answers 1 - 1 of 1 Answers

g4java

  • Aug 17th, 2007
 

HTML tags are provided as per the W3C standard HTML and Struts supports incorporates it and provides by its own.

The *.do in web.xml is to say that any URL ending with '.do' pattern then need to perform by applications action servlet.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions