if条件に基づいてドロップダウンを表示したいのですが、私のコードスニペットは以下の通りです
<%if(userType.equalsIgnoreCase("O")) {String user=(String)session.getAttribute("executorname"); %>
<html:select style="width:190;" value="<%=user%>" property="jobOwner">
<html:option value="<%=user %>"><%=user %></html:option>
</html:select>
<%} %>
私は得るorg.apache.jasper.JasperException: /jsp/frmQueryExecutor.jsp(73,23) quote symbol expected
ドロップダウンに値osセッション変数が必要です。