RE: How to access session scope attributes via JSF EL

2009-03-08 Thread Madhav Bhargava
Hi Andrew, Thanks for the response. I am setting a session attribute in custom PhaseListener after validation phase is over. Before the response is rendered the property in session scope has already been set to either true or false. I am not sure why accessing the property is not yielding me t

Re: Getting started Version 1.2.6 vs version 1.1.6

2009-03-08 Thread Leonardo Uribe
Hi On Sun, Mar 8, 2009 at 1:07 AM, wrote: > There are two versions to download on the website, 1.2.6 and 1.1.6. > > And then the getting started blank.war in < > http://www.apache.org/dyn/closer.cgi/myfaces/binaries/tomahawk-examples-1.1.8-bin.zip>tomahawk-examples-1.1.8-bin.zip > seems to have

groupBy for columns for more than one column

2009-03-08 Thread fritzr
Hi together, within our current project we need a dataTable with some columns, where we have to group two of them individually. In other words, we want to use the "groupBy" feature twice. I tried it out, but unfortunately it seems just to work for one (the last) column. Is there any solution for