On 11/14/05, Mark S Petrovic <[EMAIL PROTECTED]> wrote:
> <c:when test="${feature.premium == true}">
Should just be <c:when test="${feature.premium}">
Is 'feature' a proper JavaBean? The types for get(is)/set methods
match, no overloaded set methods, etc?
--
Wendy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

