Re: t:inputCalendar popup location

2007-01-28 Thread CD
It is defined in the .js files accompanying the distribution. specifically, popcalendar_init.js and popcalendar.js (Not sure about the exact filenames, going from memory here). On 1/27/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I am getting this weird behavior where the popup dialog for

Re: debugging. navigation rules

2007-01-28 Thread Veit Guna
Hi. I use log4j.logger.org.apache.myfaces.application.NavigationHandlerImpl=DEBUG in log4j.properties. Regards, Veit shooali schrieb: Hi, How can I debug the navigation rules? Is there a way to set log level or debug level to see what really happens regarding the navigation, from viewid

problem with jscookmenu

2007-01-28 Thread Marco Mistroni
hi all, i am experiencing problems in my myfaces app regarding jscookmenu When i load it in the jsf page, i am receiving the following error: 17:40:41,687 INFO [STDOUT] 28-Jan-2007 17:40:41 com.sun.facelets.FaceletViewHan dler handleRenderException SEVERE: Error Rendering View[/main.xhtml]

Re: Hibernate Object and JSF Bean Design

2007-01-28 Thread stormspire
When I use OptimizeIt to check objects inside memory, I find many SQL String inside, I doubt it is related to Hibernate. I suspect the Hibernate object life cycle doesn't end even a request is completed. btw, I am using OpenSessionInView filter. Mario Ivankovits wrote: Hi! Well, I work

stateChangeNotifier does not work with t:commandButton properly

2007-01-28 Thread Madhav Bhargava
Hi All, I have been looking for a component like s:stateChangeNotifier for quite some time and I am glad that it is there is sandbox finally. The problem with this component is that it does not work properly with t:commandButton component. Consider the following code:

Re: [Tobago] Problem with JSTL

2007-01-28 Thread Udo Schnurpfeil
Hello Madan, seens this is not a Tobago but a JSTL question. Do you have an implementation for the JSTL in your classpath? You need both: API + Impl. You may use the apache implementation (standard.jar): See http://jakarta.apache.org/taglibs/ If using maven try to add: dependency