Re: How to decrease the timeout in Jakarta EE 9.1 CDI Convesation Scope (MyFaces 3.0)

2022-09-01 Thread fernando cesar de lima
Hi Thomas, Thank you for your advice, Em qui., 1 de set. de 2022 às 12:43, Thomas Andraschko < andraschko.tho...@gmail.com> escreveu: > Hi, > > Conversations are controlled by CDI/openwebbeans, so better ask there > > fernando cesar de lima schrieb am Do., 1. > Sep

How to decrease the timeout in Jakarta EE 9.1 CDI Convesation Scope (MyFaces 3.0)

2022-09-01 Thread fernando cesar de lima
Hi, this is Fernando, I am using JSF 3.0 and Conversation Scope in some Managed Beans. The problem I am facing is to configure the timeout to expire abandoned conversations. The default 30 minutes is too long for my context and I need to set this around 10 minutes. I have tried to set

Re: [TOBAGO] Controls self-adjusted in the page

2010-03-23 Thread Fernando Augusto
Form (with the alignment problem stated here). Clicking in the buttons or menus and making the page refresh a few times makes the appearance get better. @Udo: I am sending you in PVT the URL, with login/pwd for you to see the problem. Best Regards, Fernando Augusto Udo Schnurpfeil escreveu

[TOBAGO] Controls self-adjusted in the page

2010-03-22 Thread Fernando Augusto
repaints, the controls are ALMOST (by 50px error) aligned correctly. When the screen is repainted in the 2nd time, the controls are correctly placed. How do I fix it, so the controls can be fit the first time the page is loaded??? Best Regards, Fernando Augusto

Re: [TOBAGO] Controls self-adjusted in the page

2010-03-22 Thread Fernando Augusto
Another question regarding GridLayout class... Why is it inside scarborough theme JAR instead of a core jar, that will be distributed even if I change themes and remove scarborough Fernando Em Ter, 2010-03-23 às 00:52 -0300, Fernando Augusto escreveu: Hello, While working with my app

[TOBAGO] SelectOneChoice and Rendered attribute

2010-03-19 Thread fernando
the selectOneChoice change it's value to 3 and disappear with any other value??? Best Regards, Fernando Augusto

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 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
nested containers, you should use a long value, full of :, but I couldn't understand that part... Can someone help me with that??? Fernando Augusto escreveu: 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

Re: [TOBAGO] formatting fields with tx:in

2010-03-18 Thread fernando
Hello Udo, Thanks for the help. The idea of formatting while typing is common here in Brazil. I'll do it with JS as you said. The AJAX idea is not bad too. Best Regards, Fernando Augusto On Thu, 18 Mar 2010 13:56:34 +0100, Udo Schnurpfeil u...@schnurpfeil.de wrote: Hi Fernando

Re: [Tobago] Problem using JSP tags with attributes

2010-03-18 Thread fernando
are there, and I´ve seen them in different parts of tobago-examples. Best Regards, Fernando Augusto On Thu, 18 Mar 2010 16:17:57 +0100, Alf Felis alf.fe...@gmx.de wrote: I will try to discribe what I am going to do... For example I will create a sheet (panel, box, etc.) which I can use in different

Re: Tutorial for MyFaces PortletBridge with Facelets

2010-03-18 Thread fernando
Mike, Do you have the sources a ready-to-use ViewHandle avalilable somewhere? That is, if you can publish those sources. :-) []s, Fernando Lozano The current facelets distributions contains a portlet demo that includes the source for FaceletPortletViewHandler.java. This is currently

[TOBAGO] tx:date in a popup

2010-03-17 Thread Fernando Augusto
property of the popup window to false, but the behavior continues... How can I make the calendar icon to appear in a single click, while the form is inside the popup? Best Regards, Fernando Augusto

[TOBAGO] formatting fields with tx:in

2010-03-17 Thread Fernando Augusto
Hello, Is there a way to make tx:in to format the string passed (like a phone number, or anything like) while the user is typing? I tried f:convertNumber to make the currency format but it is not working. Any help on the issue? Best Regards, Fernando Augusto

Re: [TOBAGO] Master-Detail

2010-03-09 Thread Fernando Augusto
Thanks for your help, Marcus. But now comes the doubt... Where can I find which column events can I work with? and, already referring to the last msg I sent, which attributes does tc:attribute accepts and when? Regards, Fernando Augusto Marcus Kröger escreveu: Hi Fernando, pls have

[TOBAGO] Master-Detail

2010-03-08 Thread Fernando Augusto
-Detail approach in Tobago??? Best Regards, Fernando Augusto

Dois portlets com JSF na mesma página

2009-11-03 Thread fernando
:640) ... 65 more O erro ocorre sempre com o segundo portlet na página, qualquer que ele seja. Se alguém tiver interesse, eu posso fornecer dois portlets de exemplo bem básicos para provocar o erro. Estou usando MyFaces 1.2.7 e o MyFaces Portlet Bridge 1.0.0 Beta 2. []s, Fernando

Re: Two JSF portlets on the same portal page

2009-11-03 Thread fernando
Hi, It's definetly a MyFaces bug. The same portlets, using the same MyFaces portlet bridge, but using Mojarra (included in JBoss AS) works fine. []s, Fernando Lozano Hi Ooops, I'm sorry, I sent the message in portuguese. Here's again in english I'm trying to run two portlets using JSF

Two JSF portlets on the same portal page

2009-11-03 Thread fernando
. []s, Fernando Lozano

Re: MyFaces deployment error on eXo PC (portlet container)

2009-08-04 Thread fernando
no (released) eXo WCM compatible with PC 2.5. :-( []s, Fernando Lozano Just reworked it to deploy with portlet 1.0 bridge(beta) and myfaces 1.2.7. The deploy went fine and the portlets show up in the repos/admin page -- just need to know how to add page/portlet to verify they actually run

Re: MyFaces deployment error on eXo PC (portlet container)

2009-07-31 Thread Fernando Lozano
deployment works). []s Fernando Lozano Hi there, I'm using MyFaces 1.2.7 and myfaces-portlet-bridge 1.0.0-beta. I can't deploy a simple app that runs fine on Tomcat outside the eXo PC 2.0.5, using the tomcat bundle they provide on their web site. I think I did all right according to MyFaces

MyFaces deployment error on eXo PC (portlet container)

2009-07-30 Thread fernando
I left them out of WEB-INF/lib. Thanks in advance for any hint. []s, Fernando Lozano

Re: inputHtml rich text editor

2007-06-29 Thread Fernando Amorim
suggestions? Thanks Kal -- Antonio Fernando Amorim WebDeveloper - SCJP Cel: (71) 8853-3194

Re: inputHtml rich text editor

2007-06-29 Thread Fernando Amorim
sorry the poor english. On 6/29/07, Fernando Amorim [EMAIL PROTECTED] wrote: The component does not have any rich text formatting, it appears to have no javascript capabiliites, and it does not submit the text to my bean. On 6/29/07, Abhijit Ghosh [EMAIL PROTECTED] wrote: Hi, Do you see

Re: inputHtml rich text editor

2007-06-29 Thread Fernando Amorim
On 6/29/07, Fernando Amorim [EMAIL PROTECTED] wrote: Hello kal, have you resolve this problem? Because i have the same problem On 4/5/07, kal stevens [EMAIL PROTECTED] wrote: I am trying to get the inputHtml tag to work. Right now it is just a text editor, but does not have any rich

Re: tree2: client side parent node interaction

2007-02-07 Thread Fernando Amorim
. But how can this implemented to work with JavaScript? furthermore if the parent is checked, all children should be checked as well. Again: also on the client (JavaScript). thanks, Marcus -- Antonio Fernando Amorim WebDeveloper - SCJP Cel: 99698502

t:popup inside a t:dataTable

2006-02-24 Thread Fernando Madruga Pinheiro
, this doesn't change the RI, right?Thanks, -- Fernando Madruga Pinheiro Analista de Sistemas WMix Distribuidora Ltda Fone/Fax: +55 (48) 3035-9734 Esta mensagem foi enviada pela Wmix Distribuidora Ltda, para uso exclusivo do destinatário, podendo conter

Re: t:popup inside a t:dataTable

2006-02-24 Thread Fernando Madruga Pinheiro
Sorry, I've forgot to put the links:[1] http://cvs.querencialivre.rs.gov.br/cgi-bin/cvsweb.cgi/websacti/websacti/lalorec.jsp?cvsroot=piccierev=1.2[2] http://cvs.querencialivre.rs.gov.br/cgi-bin/cvsweb.cgi/websacti/websacti/cotaperm.jsp?cvsroot=piccierev=1.2-- Fernando Madruga Pinheiro

AW: Two render kits? (MyFaces + ADF)

2006-02-23 Thread Fernando Madruga Pinheiro
How do I do that? I'm facing the same problems today!-- Fernando Madruga Pinheiro Analista de Sistemas WMix Distribuidora Ltda Fone/Fax: +55 (48) 3035-9734 Esta mensagem foi enviada pela Wmix Distribuidora Ltda, para uso exclusivo do destinatário

RE: Grouping headers + af:forEach

2006-02-22 Thread Fernando Madruga Pinheiro
that is being iterated in column gets the row by binding (af:table has binding) and created one method (in this column-iterated object) that does the job.I know that is very confusing... but it is working :)-- Fernando Madruga Pinheiro Analista de Sistemas WMix

Re: Grouping headers

2006-02-21 Thread Fernando Madruga Pinheiro
] wrote: Hi Fernando, see below for a feature from the ADF Faces table implementation. I haven't tried it, but I guess it's what you're looking for. Frank Felix Column Groups af:column tags can be nested to produce groups of columns. The header of a column group spans across all

Re: Grouping headers

2006-02-21 Thread Fernando Madruga Pinheiro
Thanks! It worked!-- Fernando Madruga Pinheiro Analista de Sistemas WMix Distribuidora Ltda Fone/Fax: +55 (48) 3035-9734 Esta mensagem foi enviada pela Wmix Distribuidora Ltda, para uso exclusivo do destinatário, podendo conter informações

Re: Grouping headers

2006-02-21 Thread Fernando Madruga Pinheiro
Yes, I did.-- Fernando Madruga Pinheiro Analista de Sistemas WMix Distribuidora Ltda Fone/Fax: +55 (48) 3035-9734 Esta mensagem foi enviada pela Wmix Distribuidora Ltda, para uso exclusivo do destinatário, podendo conter informações confidenciais. Se

Re: Grouping headers + af:forEach

2006-02-21 Thread Fernando Madruga Pinheiro
...-- Fernando Madruga Pinheiro Analista de Sistemas WMix Distribuidora Ltda Fone/Fax: +55 (48) 3035-9734 Esta mensagem foi enviada pela Wmix Distribuidora Ltda, para uso exclusivo do destinatário, podendo conter informações confidenciais. Se for recebida por

Grouping headers

2006-02-20 Thread Fernando Madruga Pinheiro
| B2 |--+++++Row 1 | 1  | 2  | 3  |  2 |Row 2 | 1  | 1  | 1  |  1 |Row 3 | 2  | 2  | 2  |  0 |Is it possible? -- Fernando Madruga Pinheiro Analista de Sistemas WMix Distribuidora Ltda Fone/Fax: +55 (48) 3035-9734 Esta mensagem foi

Action event being fired more than once

2006-02-17 Thread Fernando Madruga Pinheiro
licked too in sequence.Anyone knows why or how to solve?Thanks,-- Fernando Madruga Pinheiro Analista de Sistemas WMix Distribuidora Ltda Fone/Fax: +55 (48) 3035-9734 Esta mensagem foi enviada pela Wmix Distribuidora Ltda, para uso exclusivo do destinatári

Re: Action event being fired more than once

2006-02-17 Thread Fernando Madruga Pinheiro
Discussion users@myfaces.apache.orgAssunto: Re: Action event being fired more than onceAre you using the RI? If so this is a known issue. You'll have to upgrade to the latest RI or get a different impl. Dennis Byrne -Original Message- From: Fernando Madruga Pinheiro [mailto:[EMAIL PROTECTED