Re: Expression language, testing size of collections

2007-06-29 Thread Stefano Panero
Thank a lot! 2007/6/28, Christopher Cudennec [EMAIL PROTECTED]: Try those URLs to begin with: [1] http://java.sun.com/j2ee/1.4/docs/tutorial/doc/JSPIntro7.html [2] http://java.sun.com/products/jsp/jstl/1.1/docs/tlddocs/index.html Stefano Panero schrieb: Hi, extendig subject... where I can

Re: Expression language, testing size of collections

2007-06-29 Thread David Delbecq
Thanks :D En l'instant précis du 28/06/07 11:28, Christopher Cudennec s'exprimait en ces termes: Hi David, try this EL-Expression: rendered=#{not empty yourCollectionName} Cheers, Christopher David Delbecq schrieb: Hello, i'm facing an issue with EL in JSF. I have a collection of

Expression language, testing size of collections

2007-06-28 Thread David Delbecq
Hello, i'm facing an issue with EL in JSF. I have a collection of items. I want to render them as a table header followed by content (using tomahawk datalist). However, i'd like to skip full table rendering if collection is empty or null. Problem is that collections in java do not follow the

Re: Expression language, testing size of collections

2007-06-28 Thread Christopher Cudennec
Hi David, try this EL-Expression: rendered=#{not empty yourCollectionName} Cheers, Christopher David Delbecq schrieb: Hello, i'm facing an issue with EL in JSF. I have a collection of items. I want to render them as a table header followed by content (using tomahawk datalist). However, i'd

Re: Expression language, testing size of collections

2007-06-28 Thread Stefano Panero
Hi, extendig subject... where I can find documentation about EL language (operator...)? Thanks. 2007/6/28, Christopher Cudennec [EMAIL PROTECTED]: Hi David, try this EL-Expression: rendered=#{not empty yourCollectionName} Cheers, Christopher David Delbecq schrieb: Hello, i'm facing

Re: Expression language, testing size of collections

2007-06-28 Thread David Delbecq
Thanks :D En l'instant précis du 28/06/07 11:28, Christopher Cudennec s'exprimait en ces termes: Hi David, try this EL-Expression: rendered=#{not empty yourCollectionName} Cheers, Christopher David Delbecq schrieb: Hello, i'm facing an issue with EL in JSF. I have a collection of

Re: Expression language, testing size of collections

2007-06-28 Thread Christopher Cudennec
Try those URLs to begin with: [1] http://java.sun.com/j2ee/1.4/docs/tutorial/doc/JSPIntro7.html [2] http://java.sun.com/products/jsp/jstl/1.1/docs/tlddocs/index.html Stefano Panero schrieb: Hi, extendig subject... where I can find documentation about EL language (operator...)? Thanks.