How do I make JSP tag files NOT ignore all whitespace?

前端 未结 4 590
轮回少年
轮回少年 2021-01-12 04:22

I\'m really stumped on this one. I want to output a list and have the tag file take care of commas, singular versus plural, etc. but when I display the list it completely ig

4条回答
  •  粉色の甜心
    2021-01-12 04:54

    Maybe put the jsp content in an html

     tag?
    This seems to me to be the right thing to do as the list is pre-formatted content.

提交回复
热议问题