JSVLT55506: Cannot specify both 'fragment' and 'type' attributes. If 'fragment' is present, 'type' is fixed as 'javax.servlet.jsp.tagext.JspFragment'
JSVLT55506: 'fragment'属性と'type'属性を両方指定できません。'fragment'が存在する場合には'type'は'javax.servlet.jsp.tagext.JspFragment'に固定されます
意味
'fragment'属性と'type'属性を両方指定できません。
原因
タグファイルの<%@attribute>タグにおいてfragment属性にtrueを指定したうえで、type属性を指定しました。
ユーザの対処
タグファイルの<%@attribute>タグのfragment属性とtype属性を確認してください。
出力先