RE: How to turn off the info for bean instance creations on System.out

2011-03-01 Thread AMIR-TAHMASSEB Marc Kamran
Just to confirm that a simple log4j.logger.org.apache.myfaces.config.annotation=WARN was enough to solve the problem :-) Thanks Marc -Original Message- From: AMIR-TAHMASSEB Marc Kamran Sent: 28 February 2011 17:38 To: 'MyFaces Discussion' Subject: RE: How to turn off the info

RE: Tomahawk components' javascript are undefined

2011-03-01 Thread AMIR-TAHMASSEB Marc Kamran
use any other javascript library like jQuery or sth else ? On Thu, Feb 10, 2011 at 7:02 PM, AMIR-TAHMASSEB Marc Kamran marc.amir-tahmas...@ombudsman.europa.eu wrote: Dear all, I have some of my Tomahawk component encounter problems to be displayed. More specificaly, components

Re: How to turn off the info for bean instance creations on System.out

2011-02-28 Thread AMIR-TAHMASSEB Marc Kamran
Tobias, I have the same problem than you and I want to turn off these logs in production. Did you find an easy config ? thanks , Marc Amir-Tahmasseb Matthias, Thank you for your link. I can see now how it creates the log statements. Can you

RE: How to turn off the info for bean instance creations on System.out

2011-02-28 Thread AMIR-TAHMASSEB Marc Kamran
creations on System.out Marc, What logging framework are you using? Just set the logging level higher for the org.apache.myfaces.config.annotation package Richard Sent from my iPhone On Feb 28, 2011, at 7:13 AM, AMIR-TAHMASSEB Marc Kamran marc.amir-tahmas...@ombudsman.europa.eu wrote

Tomahawk components' javascript are undefined

2011-02-10 Thread AMIR-TAHMASSEB Marc Kamran
Dear all, I have some of my Tomahawk component encounter problems to be displayed. More specificaly, components such as - t:inputFileUpload, - t:swapImage - t:popup - t:inputDate generate the following javascript error : Error: xxx_3AtoolsPopupPopup is undefined Error: SI_MM_swapImage is

RE: problem with Input text fields and Filter

2010-12-08 Thread AMIR-TAHMASSEB Marc Kamran
I don't really know why this happens. Try to download the source of your MyFaces version and debug through a whole request. Then you'll see what really happens and where the problem is! Regards, Jakob 2010/12/1 AMIR-TAHMASSEB Marc Kamran marc.amir-tahmas...@ombudsman.europa.eu Dear all

problem with Input text fields and Filter

2010-11-30 Thread AMIR-TAHMASSEB Marc Kamran
Dear all, Since I added a custom filter to deal with the local language, I have some problems with some of my forms :-( I user myfaces 1.1.8 + Tomcat 1.1.10 + jsf-faceletes 1.1.14 on a Tomcat 6 server with JDK 1.5 and j2ee-1.4 Here is my problem : I have a contact form and when I submit

Re: DataScroller - current page?

2007-06-20 Thread AMIR-TAHMASSEB Marc Kamran
albartell albartell at gmail.com writes: Hope this helps you figure out what to focus on though. Thanks for your response. This gives me refined direction. I don't have any solutions for you, since I always load the full data set into the table. This is also the approach I have