Hyrum wrote the following on 3/17/2005 3:48 PM:

<td width="30"><c:out value="${manageFilerForm.ssnOnFile?'Y':'N'}" /></td>

No, with Tomcat5.0 you dont' need the c:out just do:

<td width="30">${manageFilerForm.ssnOnFile?'Y':'N'}</td>


-- Rick

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



Reply via email to