JSP template inheritance

前端 未结 6 854
太阳男子
太阳男子 2020-12-13 14:13

Coming from a background in Django, I often use \"template inheritance\", where multiple templates inherit from a common base. Is there an easy way to do this in JSP? If not

6条回答
  •  时光取名叫无心
    2020-12-13 14:54

    You can do similar things using JSP tag files. Create your own page.tag that contains the page structure. Then use a tag to insert the contents.

提交回复
热议问题