开发者

What is the difference between <tiles:add> and <tiles:put> struts?

开发者 https://www.devze.com 2023-01-31 05:23 出处:网络
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 i

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

0

精彩评论

暂无评论...
验证码 换一张
取 消