W dniu 28.12.2010 18:22, Ben Gunter pisze:
> The only thing I know of that you won't be able to do is something 
> like <c:if test="${'1' == someLayoutComponent}">...</c:if> where you 
> try to treat the layout component contents as a String in an EL 
> expression. They were actually Strings before, but now they're 
> instances of LayoutComponentRenderer.

Just out of pure curiousity since I'm not comparing like that anywhere 
-- wouldn't it still work since LayoutComponentRenderer.toString() will 
get called? == in EL calls String.equals AFAIK.

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to