What is difference between Html tags and Struts specific HTML Tags

Showing Answers 1 - 21 of 21 Answers

cnuraji

  • Feb 5th, 2007
 

1. Html tags are static Struts tags are Dynamic( At the run-time struts tags are called)2. Another diff is U create ur own Struts tags

  Was this answer useful?  Yes

Binod Garg

  • Apr 2nd, 2007
 

I dont see any difference between both of them...

  Was this answer useful?  Yes

Arunendra Narayan Singh

  • Sep 25th, 2007
 

HTML tag is static and Strust Tag is Dynamic

  Was this answer useful?  Yes

Well from end users perspective, not much of a difference.

From programmers perspective, it can be said that each struts html tag would be mapped to an attribute of a form bean.

Another thing we can state is that we can define our own custom tags which isn't possible in html.


Thanks,
Vinay

  Was this answer useful?  Yes

MuthuKumaran

  • Jul 15th, 2014
 

HTML tags are static and Struts tags are dynamic.
Struts tags can be created by the page authors.
Binding of the property value with the Formbean property is done by the Struts tags.
HTML tags support the templates and themes.
Struts have HTML tag libraries and thus HTML tags are integral part of Struts

  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