What is the difference between <tiles:add>
and 开发者_如何学运维<tiles:put>
struts?
<tiles:add>
is equivalent to <tiles:put>
but is used for list elements and can only be used inside the putList tag.
http://struts.apache.org/1.x/struts-tiles/tlddoc/tiles/add.html
精彩评论