Re: faces-config.xml file is read on every page request

2009-07-06 Thread Leonardo Uribe
Hi This behavior is controlled by org.apache.myfaces.CONFIG_REFRESH_PERIOD config init param. The default value is 2 (seconds), so if you want to disable it, just add this to your web.xml org.apache.myfaces.CONFIG_REFRESH_PERIOD 0 regards Leonardo Uribe 2009/7/7 Scott

faces-config.xml file is read on every page request

2009-07-06 Thread Scott Carter
I posted a few days back with an issue about the managed beans being recreated on every page request. I changed my dependencies to now use MyFaces 1.2.7, and that problem seemed to have stopped. But I now notice that everytime I request a page, anything *.jsf, I notice in the logs that the faces-

[Trinidad] Strange form submission issue

2009-07-06 Thread Stephen Connolly
Hi, I have a web application using: Sun JSF RI (1.2 latest version) Facelets (latest) Trinidad 1.2.7 Tomahawk 1.1.8 Seam 2.0.1.GA Some custom corporate components (... which requires the versions of the above) I am seeing this strange issue. I have a form on the first page. ... The fir

Re: how to get GPS data from requests from gps-enabled devices

2009-07-06 Thread Mamallan Uthaman
Hi Dave, Currently, it is not possible since HTML 4.0 doesn't provide a mechanism to access GPS related data. Thanks Mamallan PS: Proposed HTML 5.0 spec provides Geolocation API to access GPS related data from GPS enabled devices. Dave wrote: Hello, For our jsf application, is there a w

Re: Jscookmenu and trinidad rendering

2009-07-06 Thread Bruno Aranda
Hi, Is it just the jscookcomponent or any tomahawk component that is not rendered? If that is the case you may be missing the tomahawk taglib [1]. Cheers, Bruno [1] http://wiki.apache.org/myfaces/Use_Facelets_with_Tomahawk 2009/7/6 Dj Apal [GR] : > Hello. > > I'm developing a trinidad-facelets

Jscookmenu and trinidad rendering

2009-07-06 Thread Dj Apal [GR]
Hello. I'm developing a trinidad-facelets-tomahawk application and I want to use jscookmenu but it cannot be rendered. I cannot see a thing. I use tomahawk 1.1.9 and trinidad 1.0.10 due to the fact that this project has to be deployed to WAS 6.1 (meaning JSF 1.1 :( ) I have searched for it and i

[Trinidad] PageFlowScope query parameter is duplicated (sometimes)

2009-07-06 Thread Bram Van Dam
Howdy, There appears to be some sort of bug in whichever javascript adds the pageflowscope's _afPfm parameter. I start off without one, and every time I click on a link the same parameter is added again. /index /index?_afPfm=z6kp6zxf1 /index?_afPfm=z6kp6zxf1&_afPfm=z6kp6zxf1 etc There's quit

Re: [trinidad] wap: response more than 250K

2009-07-06 Thread Luka Surija
Maybe this setting should be configurable in trinidad-config and not "hard coded"? Luka Surija +385 1 61 99 140 +385 98 434 061 l...@iytim.hr I.Y. tim d.o.o. Vrbik 3, HR-1 Zagreb www.iytim.hr i...@iytim.hr Mamallan Uthaman wrote: Hi Dave, With respect to mobile browsers, Trinidad send

question about t:commandSortHeader

2009-07-06 Thread Ruiter, Jan de
I have a question about t:commandSortHeader. According to the documentation it has an attribute action, with an 'action outcome, that identifies the next view displayed'. In case of the commandSortHeader, all you want is to sort the table on the value of the key you just clicked on. So the only

Re: Can someone help me with createMethodExpression

2009-07-06 Thread JeroenM
I found out that I had to declare a MethodExpressionActionListener also... Now the code works :) @SuppressWarnings("unchecked") private CoreCommandNavigationItem createTopmenuLink(String linkText) { String id = view.createUniqueId(); CoreCommandNavigationItem navitem = new CoreCommandNaviga