ブール値のようなプリミティブ型を属性として配置することは可能ですか?
pageContext.setAttribute("boolValue", boolValue);
その後
<tiles:put name="boolValue" beanName="boolValue" type="boolean" />
私が使用する他のJspで:
<tiles:useAttribute name="boolValue" id="boolValue" classname="boolean" />
次のエラーが表示されます。
PWC6199: Generated servlet error:
string:///BaseBudgetLayout_jsp.java:124: incompatible types
found : <nulltype>
required: boolean
PWC6199: Generated servlet error:
string:///BaseBudgetLayout_jsp.java:125: inconvertible types
found : java.lang.Object
required: boolean