Re: t:dataTable groupBy with group Footer

2009-04-08 Thread hma
Dear all, I am using t:dataTable and using groupBy='true' for one of the t:column. I am looking for the solution how to do a group footer. -Ashruf Robert Locklear wrote: > > Does anyone know how to use t:dataTable grouping with a group footer? > > > > > Thanks, > > Robert > > > >

Re:Geting ViewExpiredException

2009-04-08 Thread dushyant agarwal
HI, I'm getting the same exception with JBoss 4.2.1-GA server. I am=0Ausing JSF= 1.2 anf myfaces Trinidad 1.2.8. The session time-out=C2=A0 is 300=0Amins. = But I get session time out within 5 mins. However,if I set richFacesUI.jar in the lib of te Jboss directory then this= problem gets resolved.

Re: [tomahawk] saveState and java.lang.Long

2009-04-08 Thread Ognjen Blagojevic
Nevermind, I found a solution 15 min after posting the question. It is related with the bug fix 43285 [1], and there is even a paramter to revert to original 6.0.14 behaviour. Regards, Ognjen [1] https://issues.apache.org/bugzilla/show_bug.cgi?id=43285 Ognjen Blagojevic wrote: Hi, I have

[Trinidad] Are you using Trinidad ?

2009-04-08 Thread Matthias Wessendorf
Hi, are you using Apache MyFaces Trinidad ? Please add your company to this list, if not already listed. http://wiki.apache.org/myfaces/Companies_using_Trinidad Thanks a lot! Matthias -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwe

Re: JSF in Google App Engine for Java

2009-04-08 Thread Mert Çalışkan
I signed up for that. But apparently they'll give out the permission only for 10k users. in the docs, I only saw the GWT on the front-end though. Cheers, Mert. On Wed, Apr 8, 2009 at 7:06 PM, Bruno Aranda wrote: > Hi, > > Today Google App Engine for Java has been released. I was wondering if it

JSF in Google App Engine for Java

2009-04-08 Thread Bruno Aranda
Hi, Today Google App Engine for Java has been released. I was wondering if it would play with JSF and I don't have the time to check now. According to the documentation, it is unknown if it can work in there. Has someone tested that? http://groups.google.com/group/google-appengine-java/web/will-i

Re: Subversion problem

2009-04-08 Thread Matthias Wessendorf
web access means reading the src via a browser... use the "Anonymous access" section instead. This says: The source can be checked out anonymously from SVN with this command: $ svn checkout http://svn.apache.org/repos/asf/myfaces/trinidad/trunk trinidad -M On Wed, Apr 8, 2009 at 4:41 PM, wro

Subversion problem

2009-04-08 Thread aurel . sandu
Hi, As I can read here http://myfaces.apache.org/trinidad/source-repository.html I used http://svn.apache.org/viewcvs.cgi/myfaces/trinidad/trunk for repository acces from Oracle Jdeveloper 11.1.1.1 (whitout any connection details like username and password) When I tested the read acces I got Te

Re: t:saveState and Mojarra 1.2_12

2009-04-08 Thread Geoff Longo
Just as an FYI, I was able to get it to work by creating my own CustomManagedBeanResolver: public class CustomManagedBeanResolver extends ManagedBeanELResolver { @Override public void setValue(ELContext context, Object base, Object property, Object value) throws ELException {

Facets Action Handling

2009-04-08 Thread Franco Ehrat
Hi... I'm just new in using Facets. Now I built a tree (tomahawk tree2) with defining type of tree node with using Facets. For specific Facets I'm using "popup" component to show links when mouse comes to a tree node. My problem is now, that if I have an easy tree (1 parent, a few childs) and cl

Re: [tomahawk] saveState and java.lang.Long

2009-04-08 Thread Ognjen Blagojevic
Nevermind, I found a solution 15 min after posting the question. It is related with the bug fix 43285 [1], and there is even a paramter to revert to original 6.0.14 behaviour. Regards, Ognjen [1] https://issues.apache.org/bugzilla/show_bug.cgi?id=43285 Ognjen Blagojevic wrote: Hi, I have

[OT - Mobile Web] Trinidad supporting mobile devices

2009-04-08 Thread Matthias Wessendorf
Hi, here are some more information on the mobile support: http://www.youtube.com/watch?v=OUi8q5XHzxk And some demos: http://stshld.oracle.com:/demo/faces/main.jspx And some article: http://www.oracle.com/technology/pub/articles/huang-iphone.html Enjoy! Matthias -- Matthias Wessendorf blo

Re: t:saveState and Mojarra 1.2_12

2009-04-08 Thread Ognjen Blagojevic
I just wrote about similar problem. I'm using Mojarra 1.2_09, and tomahawk12-1.1.7. I experience the bug under Tomcat 6.0.18, and 6.0.16, but not under 6.0.14, and 6.0.13. I don't know if the root of the problem is the same. -Ognjen Geoff Longo wrote: I have an application where I am trying t

[tomahawk] saveState and java.lang.Long

2009-04-08 Thread Ognjen Blagojevic
Hi, I have a working Mojarra+Tomahawk application on Tomcat 6.0.14, but when I upgraded to Tomcat 6.0.18, some actions doesn't work anymore. Tracing the problem, I found out that the cause of the problem is the restoring of the state of the bean property with type java.lang.Long. Namely, if

t:saveState and Mojarra 1.2_12

2009-04-08 Thread Geoff Longo
I have an application where I am trying to change the JSF implementation from MyFaces Core 1.2.6 to Mojarra 1.2_12. I was hoping the application could still make use of the tomahawk saveState tag, as we use it heavily throughout the application. But it appears that the saveState tag is not workin

tag causes deadlock on weblogic 9.2 cluster

2009-04-08 Thread Sabitha Gopal Pandit
Hi ALL, We are facing this strange issue. We are in the release phase of our application. Any .jspx containing tag causes deadlock on weblogic 9.2 cluster when used with el-impl-1.0.jar. The same trinidad version is working fine when used with old el-ri-1.0.jar. Note: Every thin

Re: trinidad-demo error

2009-04-08 Thread Matthias Wessendorf
On Wed, Apr 8, 2009 at 1:42 PM, wrote: > Hi matthias, > Please tell me where I find JSTL libraries? http://repo2.maven.org/maven2/javax/servlet/jstl/1.2/ > Thank you, > Aurel > > --- Original Message --- >> are the jsf libraries available ? Tomcat 6 doesn't ship JSF/JSTL >> for >> some reason.

Re: trinidad-demo error

2009-04-08 Thread aurel . sandu
Hi matthias, Please tell me where I find JSTL libraries? Thank you, Aurel --- Original Message --- > are the jsf libraries available ? Tomcat 6 doesn't ship JSF/JSTL > for > some reason... > > On Wed, Apr 8, 2009 at 12:29 PM, > wrote: > > Hi, > > I put trinidad-demo-1.2.11.war into webapps dir

Re: trinidad-demo error

2009-04-08 Thread Matthias Wessendorf
are the jsf libraries available ? Tomcat 6 doesn't ship JSF/JSTL for some reason... On Wed, Apr 8, 2009 at 12:29 PM, wrote: > Hi, > I put trinidad-demo-1.2.11.war into webapps directory of tomcat 6.0.18 . I > get in console log : SEVERE: error filterstart > Any ideea? > Thanks, > Aurel > > -

trinidad-demo error

2009-04-08 Thread aurel . sandu
Hi, I put trinidad-demo-1.2.11.war into webapps directory of tomcat 6.0.18 . I get in console log : SEVERE: error filterstart Any ideea? Thanks, Aurel

Re: Little problem starting a trinidad sample app

2009-04-08 Thread Matthias Wessendorf
On Wed, Apr 8, 2009 at 11:21 AM, Wandel, Marc-Oliver wrote: > Good morning, > > I am trying to run a trinidad + facelets sample app, and having a little > error. This is the console log. Any clues? > > [08.04.09 11:11:59:560 CEST] 001d ServletWrappe I   SRVE0242I: > [_JSF_MyFaces_SampleE

Little problem starting a trinidad sample app

2009-04-08 Thread Wandel, Marc-Oliver
Good morning, I am trying to run a trinidad + facelets sample app, and having a little error. This is the console log. Any clues? [08.04.09 11:11:59:560 CEST] 001d ServletWrappe I SRVE0242I: [_JSF_MyFaces_SampleEAR] [/ARAG_JSF_MyFaces_Sample] [FilterProxyServlet]: Initialisierung erf