こんにちは私はJSPにカスタムタグを持っています
<dc:drawMultiSelect
availableLabel='<%=request.getAttribute("availableCoreColumn").toString()%>'
selectedLabel='<%=request.getAttribute("selectedCoreColumns").toString()%>'
availableCName="selectCol"
selectedCName="selectedCol"
availableCId="select1"
selectedCId="select2"
sort="off"
columnHelp="on"
helpURL='<%=((Map)request.getAttribute("constants")).get("WEB_CONTEXT").toString()%>/web/ABCGlossary.jsp'
selectSize="8"
selectWidth="250px"
selectMultiple="true"
availableMap='<%=((HashMap) request.getAttribute("availableColMap"))%>'
selectedMap='<%=((HashMap) request.getAttribute("selectedColMap"))%>'>
helpURL ='<%=((Map)request.getAttribute( "constants"))。get( "WEB_CONTEXT")。toString()%> / web / ABCGlossary.jsp'を除いて、正常に機能しています。
jspで変換されていないため、%=((Map)request.getAttribute( "constants"))。get( "WEB_CONTEXT")。toString()%>/web/ABCGlossary.jspのような出力が表示されます。
rtexprvalueを有効にする問題は何ですか?