Trouble upgrading from 1.1.2 to 1.1.7

2010-03-01 Thread s . pennec
Hello, I am experiencing quite a lot of trouble while upgrading from MyFaces 1.1.2 to 1.1.7. My application uses IceFaces 1.8.2, Spring 2.5.2 and Hibernate 3.4.0. The only thing that I changed in my Maven 2 build is the version of MyFaces. This had an impact on the following jars: Added:

RE: [TOMAHAWK] t:columns usage backbean example

2010-03-01 Thread Andrea Paternesi
Hi thanks for the snippets. Can i ask you to post also the NotenErfassenStandardRow snippet? I am trying to figure out the minimal code needed to implement a base skeleton. Thank you anyay for you help. This is much appreciated. Regards. Andrea.

Re: [TOMAHAWK] t:columns usage backbean example

2010-03-01 Thread Jakob Korherr
You're welcome! Of course, here's the snippet: public class NotenErfassenStandardRow implements Serializable, NotenErfassenRow{ private Schueler schueler; private MapGegenstand,GueltigeNoten noten; public NotenErfassenStandardRow(Schueler schueler,

Re: Trouble upgrading from 1.1.2 to 1.1.7

2010-03-01 Thread Jakob Korherr
Hi, Maybe there's a problem with the javascript that submits the form. I saw However this is just a shot in the blue... Regards, Jakob 2010/3/1 s.pen...@lombardodier.com Hello, I am experiencing quite a lot of trouble while upgrading from MyFaces 1.1.2 to 1.1.7. My application uses

[Trinidad] Tiles

2010-03-01 Thread omid p
Hi, I have a problem to using apache tiles in trinidad i want to know is that possible ? and which way is better to config it ?

Re: [Trinidad] Tiles

2010-03-01 Thread Matthias Wessendorf
I'd strongly recommend to go with Facelets. Also the next Facelets version is part of JSF2, so you already learn future technologies today. -M On Mon, Mar 1, 2010 at 2:53 PM, omid p vermind...@gmail.com wrote: Hi, I have a problem to using apache tiles in trinidad i want to know is that

How to obtain posLeft and posTop for a t:panelGrid

2010-03-01 Thread vale_java_dev
Hi! I need to obtain a t:panelGrid position. I try to use document.getElementById('contentLvl:Layer5').style.posLeft document.getElementById('contentLvl:Layer5').style.posTop but I receive 0. Thanks in advance for any suggestions. Cheers, Valentina -- View this message in context:

Re: Trouble upgrading from 1.1.2 to 1.1.7

2010-03-01 Thread s . pennec
Hello, My guess is that the problem is more general than just a javascript issue. In my previous message, I gave the form submit situation only as an example. The problem actually touches more than just this: I cannot sort my table content by clicking on one column header, I cannot switch from

[Trinidad] resource not available (404) at popup of tr:inputDate

2010-03-01 Thread Joachim Schrod
Hi, When one uses extension mapping and Facelets, the popup dialog of a basic tr:inputDate does not work, it causes the error message The requested resource (/CONTEXT/__ADFv__) is not available. This is known since July 2007: https://issues.apache.org/jira/browse/TRINIDAD-119 A patch exists

Re: Trouble upgrading from 1.1.2 to 1.1.7

2010-03-01 Thread Jakob Korherr
Can you provide some generated HTML (not JSP!!), which includes components that do not work. This could be a great help! Regards, Jakob 2010/3/1 s.pen...@lombardodier.com Hello, My guess is that the problem is more general than just a javascript issue. In my previous message, I gave the

Re: [Trinidad] resource not available (404) at popup of tr:inputDate

2010-03-01 Thread Donn Aiken
Joachim -- On Mon, Mar 1, 2010 at 11:11 AM, Joachim Schrod jsch...@acm.org wrote: Hi, When one uses extension mapping and Facelets, the popup dialog of a basic tr:inputDate does not work, it causes the error message The requested resource (/CONTEXT/__ADFv__) is not available. This is

Re: [Trinidad] resource not available (404) at popup of tr:inputDate

2010-03-01 Thread Joachim Schrod
Donn Aiken wrote: On Mon, Mar 1, 2010 at 11:11 AM, Joachim Schrodjsch...@acm.org wrote: Donn, thanks, but that doesn't quite cover my situation. When one uses extension mapping and Facelets, the popup dialog of a basic tr:inputDate does not work, it causes the error message The requested

Re: [Trinidad] resource not available (404) at popup of tr:inputDate

2010-03-01 Thread Donn Aiken
Joachim -- On Mon, Mar 1, 2010 at 1:09 PM, Joachim Schrod jsch...@acm.org wrote: Donn Aiken wrote: On Mon, Mar 1, 2010 at 11:11 AM, Joachim Schrodjsch...@acm.org wrote: Donn, thanks, but that doesn't quite cover my situation. When one uses extension mapping and Facelets, the popup

[GSOC] HTML5 Renderkit Start-up

2010-03-01 Thread Ali Ok
Hi, I've started working on HTML5 renderkit, which I will apply GSOC this year. I haven't done much, just created the project, configured the builder (modified Tomahawk's building procedure). Now I am trying to determine what to implement and how people will use it after we are done. So I am

[Trinidad] IE specific bug in tr:table ? javaScript error with tr:table with rowSelection=multiple upon clicking Select None or Select All after other

2010-03-01 Thread IKiris
Hello folks, I suspect I found a bug in tr:table For a tr:tree with 'rowSelection=multiple', when Select None or Select All is clicked right after the other one (for example clicking 'Select None', then clicking 'Select All'), in IE 7, we get javaScript error of; 'undefined' is null or not