こんにちは、Java サーバー ページで動的にチェック ボックスを使用して属性値を取得しています。しかし、私の値がnullの場合、relもアンカータグに表示されないようにしたいです。どうすればこれを達成できますか
私のコードは
<% String relAttribute = properties.get("./relAttribute","false");
String relAttributeValue=relAttribute.equals("true")?"nofollow":"";%>
<a class="play" title="Play video" target="_top" href="<%=appURL%>" rel="<%=relAttributeValue%>" >