[Actionframework-users] Re: <input-varialbe> if condition AND operator????
Status: Inactive
Brought to you by:
ptoman
From: Mandip S. S. <ma...@su...> - 2002-06-21 10:59:41
|
Hi All I'm using the if condition for an <input-variable> and need to know the correct syntax for the AND operator, I've tried && but I get a syntax error i.e. <input-variable name="securityItemIdToActionList" value="selected[],idToActionMapping[]" if="$selected.length() != 0 && $idToActionMapping[].length() != 0"/> Any help would be much appreciated. Regards Mandip |