I think that Craig had mentioned that there were some security issues
or something, however, with not using the <c: blah blah.  I did not
bother checking it out because I still use the <c: blah blah.

Jack


On Thu, 17 Mar 2005 16:04:16 -0500, Rick Reumann <[EMAIL PROTECTED]> wrote:
> 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]
> 
> 


-- 
"You can lead a horse to water but you cannot make it float on its back."
~Dakota Jack~

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

Reply via email to