RE: How do I bind nested table using Trinidad?

2010-03-19 Thread Rene van Wijk
You can get child components with the getChildren method from the CoreTable instance you have bind to your bean.   -Original message- From: navnath29 kumbhar.navn...@gmail.com Sent: Fri 19-03-2010 05:45 To: users@myfaces.apache.org; Subject: How do I bind nested table using Trinidad?

[TRINIDAD] t:savestate vs. pageFlowScope (was: Header rendering multiple times.)

2010-03-19 Thread Joachim Schrod
Bart Kummel wrote: Hi Bart, What do you use as the Trinidad replacement for t:savestate, as a method to cache request-scoped beans on the same page? E.g., to avoid the need for another database roundtrip in postback or redirect requests. I know pageFlowScope, but it is more inconvenient

[Trinidad] Bug in 1.0.12 Javascript ?

2010-03-19 Thread Walter Mourão
Hi folks, I'm trying the migration to 1.0.12 to avoid issues with Firefox 3.6. Some of my subforms stopped working and I took a look at the javascript. I realized the problem was in the validation of a long field, the method * decimalParse* calls *getGroupingSeparator*... ... function

Re: [Trinidad] Bug in 1.0.12 Javascript ?

2010-03-19 Thread Rafa Pérez
This issue is reported yet: https://issues.apache.org/jira/browse/TRINIDAD-1737 We had to downgrade to 1.0.11. HTH, -- Rafa 2010/3/19 Walter Mourão walter.mou...@gmail.com Hi folks, I'm trying the migration to 1.0.12 to avoid issues with Firefox 3.6. Some of my subforms stopped working

Re: [Trinidad] Bug in 1.0.12 Javascript ?

2010-03-19 Thread Walter Mourão
Actually I found an workaround, I added to trinidad-config.xml: *number-grouping-separator./number-grouping-separator decimal-separator,/decimal-separator * Thanks, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br 2010/3/19 Rafa Pérez

[TOBAGO] SelectOneChoice and Rendered attribute

2010-03-19 Thread fernando
Hello, Here I am with another newbie question (I guess I'll start a blog devoted for Tobago learning). I have the following problem: I have a SelectOneChoice with specific values. When I change this value, I want to make a few fields from the form to appear or disappear... I tried:

Re: [TOBAGO] SelectOneChoice and Rendered attribute

2010-03-19 Thread Helmut Swaczinna
Hi Fernando, add a command tag to the selectOneChoice and enclose the selectOneChoice and date within a panel: tc:panel id=panel tx:selectOneChoice ... f:facet name=change tc:command tc:attribute name=renderedPartially

Re: [TOBAGO] SelectOneChoice and Rendered attribute

2010-03-19 Thread fernando
Helmut, Can I do it with the tc:box they are inside? Regards, Fernando Augusto Hi Fernando, add a command tag to the selectOneChoice and enclose the selectOneChoice and date within a panel: tc:panel id=panel tx:selectOneChoice ... f:facet name=change

Re: [TOBAGO] SelectOneChoice and Rendered attribute

2010-03-19 Thread Helmut Swaczinna
I think, yes, this should work too. Helmut Am 19.03.2010 15:58, schrieb ferna...@osmanager.com.br: Helmut, Can I do it with the tc:box they are inside? Regards, Fernando Augusto Hi Fernando, add a command tag to the selectOneChoice and enclose the selectOneChoice and date within a panel:

Re: [TOBAGO] tx:date in a popup

2010-03-19 Thread Udo Schnurpfeil
Hi Fernando, we have fixed the bug in IE. Can you please test the 1.0.25-SNAPSHOT if it works for you? You have to build it by yourself. Is this okay for you? Regards Udo Am 18.03.10 14:29, schrieb Udo Schnurpfeil: Hi, It seems to be a bug. It is correct that you tested it with Internet

Re: [TOBAGO] SelectOneChoice and Rendered attribute

2010-03-19 Thread Fernando Augusto
Hello, I´ve seen that the AJAX part works and the value changes, but the tx:date keeps hidden even with the right value... Any other newbie mistake in the code? Regards, Fernando Augusto Helmut Swaczinna escreveu: I think, yes, this should work too. Helmut Am 19.03.2010 15:58, schrieb

Re: [TOBAGO] SelectOneChoice and Rendered attribute

2010-03-19 Thread Fernando Augusto
Well... Getting deeper in the problem, I've seen that the problem is in the ajax return, for it does not change the content of the box (or panel). I guess it is something related with the value passed as tc:attribute value. I've seen in a few tutorials and codes around, that addressing

[COMMUNITY] MyFaces += Mark Struberg

2010-03-19 Thread Gerhard Petracek
The MyFaces PMC is proud to announce a new addition to our community. Please welcome Mark Struberg as the newest MyFaces committer! Mark has been active on the mailing-list as well as in Jira. Moreover, as active Apache OWB developer he will also help developing the new sub-project called MyFaces

Re: [COMMUNITY] MyFaces += Mark Struberg

2010-03-19 Thread Hazem Saleh
Congratulations Mark! On Sat, Mar 20, 2010 at 3:03 AM, Gerhard Petracek gpetra...@apache.orgwrote: The MyFaces PMC is proud to announce a new addition to our community. Please welcome Mark Struberg as the newest MyFaces committer! Mark has been active on the mailing-list as well as in Jira.