I had a real quick question to know if its legal to do this following with ognl:
<span jwcid="@If" condition="ognl:object != null"> <span jwcid="@Insert" value="ognl:object.name"/> </span> Basically is that the correct way to make sure the object isn't null using ognl? Thanks, -- ~chris
