Pbme with immediate="true" in DataTable

2005-09-23 Thread Gérard COLLIN
ring. The most fascinating is that the Sort works fine. Whereas it only seemed to be a command link like mine Can some MyFaces Guru help please ? Gérard COLLIN.

Re: How to get log ?

2005-09-02 Thread Gérard COLLIN
log4j is on my classpath, but after further investigation, it seems my log4j takes another log4j.properties and not mine. Your solution work on my colleagues systems, so I guess it's a problem in my config, not MyFaces. Anyway, thanks for responding. Gérard COLLIN On Frid

Re: How to get log ?

2005-09-02 Thread Gérard COLLIN
Thanks for the prompt reply. I put a log4j.properties file in WEB-INF/classes (???) containing your data, but nothing is logged. I think we must tell myfaces or log4j to use this file ? Gérard COLLIN On Friday 02 September 2005 09:59, Dennis Byrne wrote: > What happens if you put a f

How to get log ?

2005-09-02 Thread Gérard COLLIN
Hi, I see in MyFaces code lots of log.debug (...) and as I face a very strange problem, I'm trying to get them displayed. I can't find anywhere in the doc how to get them. Can someone please help me ? Gérard COLLIN

Re: [Resolved] Re: Exception on SunOne 8.1

2005-08-12 Thread Gérard COLLIN
It's done. Not really pretty, but the info is there. Gérard COLLIN On Friday 12 August 2005 17:09, Martin Marinschek wrote: > Cool! > > can you add a page to our wiki where you explain what you were doing > to get this up and running? > > thx, > > Martin > >

Re: [Resolved] Re: Exception on SunOne 8.1

2005-08-12 Thread Gérard COLLIN
Well, I'm not really "at home" with wiki but I'll try. Gérard On Friday 12 August 2005 17:09, Martin Marinschek wrote: > Cool! > > can you add a page to our wiki where you explain what you were doing > to get this up and running? > > thx, > >

[Resolved] Re: Exception on SunOne 8.1

2005-08-12 Thread Gérard COLLIN
first and does not. And then it worked ! I don't know if it's legal to write my own com.sun classes, but for now it worked and that's all that matters to me. Gérard COLLIN On Friday 12 August 2005 15:02, Martin Marinschek wrote: > That's really a class loading i

Re: Exception on SunOne 8.1

2005-08-12 Thread Gérard COLLIN
seems myfaces try to load the listener from the jsf-ri jars, no ? Gérard COLLIN On Friday 12 August 2005 14:18, Martin Marinschek wrote: > Oh, oh, > > you got some sun remaints somewhere in your path - try to get rid of > anything reminding of sun, jars, tlds, etc. from every part of your

Exception on SunOne 8.1

2005-08-12 Thread Gérard COLLIN
When trying to run a MyFaces application into SunOne, I get the following exception. Any help ? Why does it try to load com.sun.faces.lifecycle.LifeCycleFactoryImpl ? Gérard COLLIN [#|2005-08-12T09:34:17.010+0200|WARNING|sun-appserver-pe8.1_02| javax.enterprise.system.stream.err|_ThreadID

Re: embedded x:dataTable bug ?

2005-07-28 Thread Gérard COLLIN
Thanx ! Gérard On Thursday 28 July 2005 18:21, Bruno Aranda wrote: > Yes, Gérard, nesting tables is a known issue which has been already > fixed. You can try with a nightly build... > > Regards, > > Bruno > > 2005/7/28, Gérard COLLIN <[EMAIL PROTECTED]>: > >

embedded x:dataTable bug ?

2005-07-28 Thread Gérard COLLIN
works fine. For example: ... <...> Does not update model of the "embeded" datatable, whereas ... <...> works fine. Should I write a jira bug for this ? Gérard COLLIN. PS: The complete source of my ta

Re: WML in MyFaces

2005-07-22 Thread Gérard COLLIN
Opera browser has native support for WML. Gérard On Friday 22 July 2005 15:57, albartell wrote: > I found it in SVN, thanks for the redirect. :-) > > On another note I am wondering what people use to test their WML > applications. I obviously don't want to have to publish it out to a web > ser

Re: Browser 'Back' button problem in myfaces

2005-07-11 Thread Gérard COLLIN
Hi, I've read somewhere that you need to save the state of components in the client, not the server. try this on your web.xml: javax.faces.STATE_SAVING_METHOD client State saving method: "client" or "server" (= default) See JSF Specification

Running in SunOne Application Server 7

2005-07-04 Thread Gérard COLLIN
excepts the ones in package javax.servlet.jsp.el. QUESTION: Isn't there another solution ? Is it possible to completely get rid of this jsp 2.0 dependency ? Gérard COLLIN