How to check below code for "" and not null checking using logic tags

below code doesn't work if there is no value in database column.

        <logic:empty property ="databaseColumn1">
        &nbsp;
        </logic:empty>


--------------------

String strTemp =null;
strTemp ="";

if(strTemp!=null && !"".equalsIgnoreCase(strTemp )){
------

--------
}


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to