Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试做这样的事情——
<logic:equal name='<%=session.getAttribute(Att.INFO)%>' value='<%=Att.INF%>' scope='session'><h3>Equal</h3></logic:equal>
但它什么也没显示。
添加你的财产老兄。例子 :
<logic:equal name="SomeThing" property="LENGTH_OF_MY_ATT" value="20"> <p>your length is 20</p> </logic:equal>