Re: [TRINIDAD] Dialog Framework behaving strange since Trinidad 1.2.3

2008-05-21 Thread Scott O'Bryan
Sounds strangely like a server issue. What JSF version are you using? On May 20, 2008, at 11:14 PM, Joe Rossi [EMAIL PROTECTED] wrote: Unfortunately it is still a problem in 1.2.7. Any clues as to what's happening or how to track down the problem? many thanks Joe Date: Tue, 20 May 2008

RE: [TRINIDAD] Dialog Framework behaving strange since Trinidad 1.2.3

2008-05-21 Thread Joe Rossi
We're using MyFaces 1.2.2 - I've tried 1.2.3 and there's no difference. We're also using Tomahawk 1.1.5 and Facelets 1.1.13. I've tried Tomahawk 1.1.6 and Facelets 1.1.14 and, again, no difference. thanks Joe. CC: users@myfaces.apache.org; [EMAIL PROTECTED] From: [EMAIL PROTECTED] To:

Re: Custom error messages for Tomahawk inputCalendar

2008-05-21 Thread HelgeT
Hi, It works for me if i add the following two lines to my custom message bundle: #Note! this message overrides the default message in: myfaces-impl-1.2.0.jar!\javax\faces\Messages.properties. This only works if the line org.apache.myfaces.Date.INVALID=Validation Error is also present in the

Re: [TRINIDAD] Dialog Framework behaving strange since Trinidad 1.2.3

2008-05-21 Thread Scott O'Bryan
So let me get this strainght? You are seeing this issue with tomahawk as well? That leads me to believe that it's not a Trinidad issue. On May 21, 2008, at 4:34 AM, Joe Rossi [EMAIL PROTECTED] wrote: We're using MyFaces 1.2.2 - I've tried 1.2.3 and there's no difference. We're also using

RE: [TRINIDAD] Dialog Framework behaving strange since Trinidad 1.2.3

2008-05-21 Thread Joe Rossi
Sorry for being unclear. I'm pretty sure the issue is nothing to do with Tomahawk - I simply tried a later version of Tomahawk just in case. The issue appears as soon as I plug in a version of Trinidad after 1.2.2 so I'm pretty sure it's something to do with Trinidad. One other data point - it

[Trinidad] Selecting a row in tr:table by clicking on the row

2008-05-21 Thread Bart . Kummel
Hi List, I'm looking for a method to select a row in a tr:table or tr:treeTable by clicking anywhere on the row. I have a rather complex UI and I'm looking for ways to reduce the number of controls the user sees. One thing I came up with was removing the radio buttons in the treeTable on my

Re: [TRINIDAD] Dialog Framework behaving strange since Trinidad 1.2.3

2008-05-21 Thread [EMAIL PROTECTED]
Hi Joe, That ClosedChannelException appears to support your conclusion that requests are being issued by the browser but blocking forever in the server. That exception is saying that there is an http connection open between browser and server at shutdown time (or at least the server thinks there

Re: [TRINIDAD] Dialog Framework behaving strange since Trinidad 1.2.3

2008-05-21 Thread Scott O'Bryan
A place you might also want to start debugging is in the Trinidad Filter. The trinidad filter handles the return from dialog logic. Around the 1.2.3 - 1.2.4 timeframe I moved most of the filter logic to the Trinidad Configurator system. It's possible somthing in your app is reacting

RE: [Trinidad] Selecting a row in tr:table by clicking on the row

2008-05-21 Thread Guy Bashan
Hi Bart, I don't know about Trinidad, but for showing selected row in t:dataTable I simply saved the selected row in hidden field (you can store in the hidden field the id of the selected object or the row index). For showing the selected row you can use css and for clicking on the entire row

[Orchestra] Session is closed

2008-05-21 Thread Cagatay Civici
Hi, I'm trying to convert an existing application to use Orchestra. Followed the installation documentation but I'm getting org.hibernate.SessionException: Session is closed! exception after I add Orchestra. Just cant make it work so far. Here is web.xml: http://pastebin.com/m2c4c16b1 And spring

Re: [Orchestra] Session is closed

2008-05-21 Thread Mario Ivankovits
Hi Cagatay! I'm trying to convert an existing application to use Orchestra. Followed the installation documentation but I'm getting org.hibernate.SessionException: Session is closed! exception after I add Orchestra. Just cant make it work so far. Unfortunately I can't see anything obviously

Re: [Orchestra] Session is closed

2008-05-21 Thread Cagatay Civici
Hi Mario, Thanks a lot for looking into it. The session is closed in the first request so I cannot open a page that uses a jpa dao to read some data to display for the initial request. Once I have the openentitymanagerinviewfilter of spring but I removed it after migrating to orchestra. I'll

RE: [Trinidad] Selecting a row in tr:table by clicking on the row

2008-05-21 Thread Bart . Kummel
Hi Guy, The Trinidad tr:table component (which is Trinidad's dataTable replacement) does not have a property rowOnClick... Best regards, Bart Kummel Guy Bashan [EMAIL PROTECTED] wrote on 21-05-2008 15:23:48: Hi Bart, I don't know about Trinidad, but for showing selected row in t:

Re: [Orchestra] Session is closed

2008-05-21 Thread Cagatay Civici
After switching to toplink I got; Caused by: java.lang.NullPointerException at oracle.toplink.essentials.internal.ejb.cmp3.base.EntityManagerImpl.getActivePersistenceContext(EntityManagerImpl.java:522) at

Re: [Tobago] a listbox in a popup

2008-05-21 Thread Tobias Reifenstuel
Hi Volker, thanks for the fast reply. I don't have any Author-Converter. I didn't know that I have to use them. I just added to my author a method whitch is called toString and is what the listbox is showing me. Regards, Tobi Volker Weber schrieb: Hi Tobias, i think this error message is

[[Tobago] warning message

2008-05-21 Thread Tobias Reifenstuel
Hi All, sometimes I get following log message: 2008-05-21 16:57:13 WARN - org.apache.myfaces.tobago.util.LayoutInfo:273 - Space left after spreading : 25px! clientId='page:j_id_id10pc3' After that the program doesn't work any more. I don't know where the exact problem is. Tanks for any

Trinidad Light Weight Dialogs Issue

2008-05-21 Thread sbalac
I have enabled Light Weight Dialogs in the web.xml. This works correctly but I am having an issue with the date picker. On Internet Explorer dropdowns cannot be put under other elements using z-index. Trinidad gets around this issue by disabling dropdowns when a dialog window is opened. However,

Re: General concepts in JSF

2008-05-21 Thread Zigc Junk
Take a look at the trinidad component tr:switcher. It may serve your purpose. regard Bill On Tue, May 20, 2008 at 4:40 PM, milankoko [EMAIL PROTECTED] wrote: Hi! I'm just getting myself known with JSF and its ways and have a couple of questions about general concepts. It my first time

RE: [TRINIDAD] Dialog Framework behaving strange since Trinidad 1.2.3

2008-05-21 Thread Joe Rossi
I think I may have stumbled onto the cause. It appears that it's down to the version of Firefox on the browser. Using 2.0.0.12 I experience the problem, but with 2.0.0.13 or 2.0.0.14 it seems to work fine. The firefox release notes mention some changes in 2.0.0.13 which fixed javascript memory

Re: [TRINIDAD] Dialog Framework behaving strange since Trinidad 1.2.3

2008-05-21 Thread Scott O'Bryan
Yes it's very possible something happened client side. :) Whew, you were beginning to worry me. This has been working for us and I was not looking forward to diagnosing the issue. :) Joe Rossi wrote: I think I may have stumbled onto the cause. It appears that it's down to the version of

what is SERIALIZE_STATE_IN_SESSION

2008-05-21 Thread hbMailingList
Hello, I was reading the performance wiki page, and it is suggesting that SERIALIZE_STATE_IN_SESSION should be set to false. I had 2 questions: 1. What does this flag actually do? Does this mean the view and its component tree is not saved in the session? What 'state' is it refering it? 2.

Re: Trinidad Light Weight Dialogs Issue

2008-05-21 Thread Scott O'Bryan
I think you'll want to file a JIRA ticket on this one. sbalac wrote: I have enabled Light Weight Dialogs in the web.xml. This works correctly but I am having an issue with the date picker. On Internet Explorer dropdowns cannot be put under other elements using z-index. Trinidad gets around

Re: Converter - Problem passing attributes

2008-05-21 Thread sbalac
Hi Alan, I'n not an expert by any means, but I have not come across f:converter tag that allows anything other than the id. I think if you want to pass parameters, you couls try something along the lines of : f:converter converterId=GwOutTextConverter f:param id=substring value=5 /

Re: Converter - Problem passing attributes

2008-05-21 Thread Alan Gross
Hi sbalac I will give your approach a try, but I don't think this will work since the parameters are passed on a form submit.. i think.. In my case the parameters should be passed to the converter while rendering the page?! Please take a look to the standard DateTimeConverter. This Converter is

[ORCHESTRA] problems with ajax4jsf and orchestra?

2008-05-21 Thread Justin Miller
I've seen some strange behavior with orchestra that I have a hard time reproducing. I'm trying to implement a master/detail view (not atypical at all). The master view is rendered with a dataTable where you can click on a link in a particular column and it will take you to the detail view. I'm

Re: Converter - Problem passing attributes

2008-05-21 Thread Alan Gross
Problem solved. It is easy and it is working!! :jumping: For infos take a look here: http://www.lunatech-research.com/archives/2007/06/13/facelets-date-converter http://www.lunatech-research.com/archives/2007/06/13/facelets-date-converter Alan Gross wrote: HI Forum Environment info:

Re: Trinidad Light Weight Dialogs Issue

2008-05-21 Thread Richard Yee
I believe that this is the same issue that I reported in February. https://issues.apache.org/jira/browse/TRINIDAD-941 Go vote on this issue to get the priority raised on it. -Richard On Wed, May 21, 2008 at 10:19 AM, Scott O'Bryan [EMAIL PROTECTED] wrote: I think you'll want to file a JIRA

Re: [Orchestra] Session is closed

2008-05-21 Thread Dan Tran
I ran into entity close due to this problem https://issues.apache.org/jira/browse/ORCHESTRA-23 -D Cagatay Civici wrote: After switching to toplink I got; Caused by: java.lang.NullPointerException at