[Trinidad] How to render onclick in tr or td element of tr:table?

2008-07-16 Thread Bart . Kummel
Hi all, As I posted a while ago on this list, I'm working on a set of CSS and JavaScript tweaks to select a row in a tr:table by clicking on the row instead of using the radiobuttons. I sorted out most issues (see previous posts), but one issue is still open: a row gets only selected when

Re: [Tobago] tc:sheet problems

2008-07-16 Thread Volker Weber
Hi Salvador, i had no time to check your files yesterday, execept for a first quick look where i can't see any problems, i will try today evening (german time) again. I just took a look at the tobago demo at [1] and can't reproduce your problem. Even on multiselect or single select mode i can

[Orchestra] javax.faces.application.ViewExpiredException after session timeout

2008-07-16 Thread alsha
I am using MyFaces+RichFaces+Orchestra When I update from Orchestra 1.0 to 1.1, I am getting javax.faces.application.ViewExpiredException: /pages/dms/dms_overview.jsfThe expected view was not returned for the view identifier: /pages/dms/dms_overview.jsf after session timeout. I do the

Re: [Orchestra] javax.faces.application.ViewExpiredException after session timeout

2008-07-16 Thread Mario Ivankovits
Hi! I am using MyFaces+RichFaces+Orchestra When I update from Orchestra 1.0 to 1.1, I am getting javax.faces.application.ViewExpiredException: /pages/dms/dms_overview.jsfThe expected view was not returned for the view identifier: /pages/dms/dms_overview.jsf I guess you are using MyFaces

RE: Creating child automatically

2008-07-16 Thread mario.buonopane
Because there are a high number of developers and I want hide the way to set the value of this kind of checkbox (I use the custom component in table with a checkbox in each row for the multi selection). Mario. From: Guy Bashan [mailto:[EMAIL PROTECTED]

Re: [Orchestra] javax.faces.application.ViewExpiredException after session timeout

2008-07-16 Thread alsha
Hi Mario, thank you for your reply. yes, I am using MyFaces 1.2.2 (and RF3.1.2) I am absolutely sure, that it works with myfaces-orchestra-core-1.0.jar - I need only to replace the .jar to see the difference! Nothing else changes! Unfortuantly, we can not allow the user to stay online all the

Allowing more than two date formats for tr:inputDate component

2008-07-16 Thread aashoku
When tr:inputDate component is used to set a date, one can give convert it to a maximum of two formats using tr:convertDateAndTime converter and using attributes pattern and secondPattern. In case one requires to accept a date in any format(more than 2 formats) and not just get restricted to

Re: [Orchestra] javax.faces.application.ViewExpiredException after session timeout

2008-07-16 Thread Mario Ivankovits
Hi! I am absolutely sure, that it works with myfaces-orchestra-core-1.0.jar - I need only to replace the .jar to see the difference! Nothing else changes! Strange, I have no clue why Orchestra 1.0 will avoid this problem. Unfortuantly, we can not allow the user to stay online all the time.

Re: [Orchestra] javax.faces.application.ViewExpiredException after session timeout

2008-07-16 Thread Hasan Turksoy
Hi, Though i don't see how orchestra is related to your session's timeout mechanism, this entryhttp://www.jroller.com/hasant/entry/jsf_logout_and_redirect_usermay help you build a session timeout handling infrastructure... Regards, Hasan... www.jroller.com/hasant On Wed, Jul 16, 2008 at 1:41

Re: [Trinidad] How to use PPR and a valueChangeEvent to update components in a tr:table row

2008-07-16 Thread Andrew Robinson
Events in a table are fired in context, so you can access bound component attributes in the correct context (assuming that you are catching a value change event in a table child) On Tue, Jul 15, 2008 at 7:46 PM, Graeme Steyn [EMAIL PROTECTED] wrote: Andrew, thank you. I think the problem is in

RE: [Tobago] tc:sheet problems

2008-07-16 Thread Bravo Villegas Salvador Francisco
Hi Volker, Do you know which version of the Tobago r u using in the link that u send 2 me. Regards, Salvador -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Volker Weber Enviado el: MiƩrcoles, 16 de Julio de 2008 02:42 a.m. Para: MyFaces Discussion

Re: [Tobago] tc:sheet problems

2008-07-16 Thread Volker Weber
Hi Salvador, its the 1.0.17, you can see it in the menu: Help/About. Regards, Volker 2008/7/16 Bravo Villegas Salvador Francisco [EMAIL PROTECTED]: Hi Volker, Do you know which version of the Tobago r u using in the link that u send 2 me. Regards, Salvador -Mensaje

[Trinidad] SEVERE: Could not find saved view state for token

2008-07-16 Thread Davide Bonicelli
Hi all, I've developed an application using Hibernate, Spring and Trinidad 1.0.7. While testing the application during development, everything worked fine. Now that a higher number of users is using the application concurrently I can see this error repeated multiple times in my catalina log

questions about findComponent() and tree2.HtmlTree.getPathInformation

2008-07-16 Thread Jim the Standing Bear
Hello, I have two questions regarding myFaces. 1). In the JSF file, a Tree2 is assigned a unique ID (exploreTree), but the Tree2 is contained under some unnamed panelGroups and gridPanels. One piece of code tried to access this Tree2 by doing the following: HtmlTree tree =