Re: problem wit hvisualize a size of colletion into a datatable

2014-02-20 Thread Romain Manni-Bucau
It is in Le 20 févr. 2014 20:04, "Mike Kienenberger" a écrit : > A J2EE container should already provide jars with this functionality. > > > http://en.wikipedia.org/wiki/Java_EE_version_history#Java_EE_6_.28December_10.2C_2009.29 > > I'm not sure about tomee. Probably better to ask that question

Re: problem wit hvisualize a size of colletion into a datatable

2014-02-20 Thread Mike Kienenberger
A J2EE container should already provide jars with this functionality. http://en.wikipedia.org/wiki/Java_EE_version_history#Java_EE_6_.28December_10.2C_2009.29 I'm not sure about tomee. Probably better to ask that question on the Tomee mailing list. On Thu, Feb 20, 2014 at 1:37 PM, maurojava w

Re: problem wit hvisualize a size of colletion into a datatable

2014-02-20 Thread maurojava
Tank you . I use tomee so for use jstl i have to add the jars of jstl to web-inf/lib ? Il giorno 20/feb/2014 18.42, "Mike Kienenberger [via MyFaces]" < ml-node+s10567n117243...@n7.nabble.com> ha scritto: > Calling arbitrary methods like size() isn't supported in EL 2.1, > although I think it mig

Re: problem wit hvisualize a size of colletion into a datatable

2014-02-20 Thread Mike Kienenberger
Calling arbitrary methods like size() isn't supported in EL 2.1, although I think it might be in EL 2.2. Here's the way to do it that will work in any version of JSF. xmlns:jstl="http://java.sun.com/jsp/jstl/functions"; [...] On Thu, Feb 20, 2014 at 11:21

problem wit hvisualize a size of colletion into a datatable

2014-02-20 Thread maurojava
>From the projectController , i have a method: getCollectionProject that return a List . Each project contains a list of Professor . SO into the last line i would show the amount of professors for the project . The var item rappresent a project. project contains a List i write "#{item.professor

Re: @FlowScoped, @Named and @ManagedBean

2014-02-20 Thread Ludovic Pénet
Thank you. I guess many users would have the same problem, given that this is the case in Oracle JEE7 tutorial : http://docs.oracle.com/javaee/7/tutorial/doc/jsf-configure003.htm Thanks again, lots of users of proprietary products will be jealous of such quick fixes. :) Ludoviv On 20 février