Simple container tag in Trinidad for PPR (Partial Page Rendering)

2010-08-31 Thread marioosh.net
Is there some container tag (generating span or maybe div, something like h:panelGroup /), which content be updated by using partialTriggers attribute ? I can't find that :/ -- View this message in context:

Re: Simple container tag in Trinidad for PPR (Partial Page Rendering)

2010-08-31 Thread Cédric Durmont
tr:panelGroupLayout/ is often used for this purpose, but it renders a table, so it's quite verbose... Regards, Cedric Durmont 2010/8/31 marioosh.net marioosh@gmail.com: Is there some container tag (generating span or maybe div, something like h:panelGroup /), which content be updated by

Re: double click problem in JSF

2010-08-31 Thread Cédric Durmont
Don't try to catch a double-click event. Instead, try to : - catch an onclick event - use it to disable the link - return true, so that this first click will actually do something. The following clicks should not happen because you just disabled/hidden the link Regards Cedric 2010/8/31 yogeen

Re: Simple container tag in Trinidad for PPR (Partial Page Rendering)

2010-08-31 Thread marioosh.net
Thanks for Your answer. I have some problem with tr:panelGroupLayout: When i click addProduct button i get more and more tables :/ h:form div tr:commandLink id=addProduct text=add random product partialSubmit=true action=#{testBean.addRandomProduct} /

Problem while uplaoding files using t:inputFileUpload

2010-08-31 Thread verginie
Hi, I am using t:inputFileUpload for uploading files. Using the following jars: - myfaces-api-1.1.5.jar - myfaces-impl-1.1.5.jar - tomahawk-1.1.8.jar - commons-io-1.3.2.jar - commons-fileupload-1.2.1.jar Sometimes, it fails to upload file. The following exceptions occur:

Re: Problem while uplaoding files using t:inputFileUpload

2010-08-31 Thread Anton Gavazuk
is there any proxy/webserver between java server and client? maybe there is some constraints installed... 2010/8/31 verginie verginie.theb...@wipro.com Hi, I am using t:inputFileUpload for uploading files. Using the following jars: - myfaces-api-1.1.5.jar - myfaces-impl-1.1.5.jar -

Re: PortletBridge starting portlet problem

2010-08-31 Thread Matthias Wessendorf
Hey Scott, Yves, perhaps this is similar to TRINIDAD-195 ? Is this happening on unix,linux or apple OS ? -Matthias On Mon, Aug 30, 2010 at 5:39 PM, Yves Deschamps yves.descha...@univ-lille1.fr wrote: It means Factory already available for this class loader Thanks... Scott O'Bryan a écrit

Re: [Trinidad] java.lang.IllegalStateException: Factory already available for this class loader

2010-08-31 Thread Matthias Wessendorf
Jakub, this does NOT happen on windows, right ? -Matthias On Tue, Aug 24, 2010 at 4:11 PM, Jakub Kahovec jakub.kaho...@googlemail.com wrote: Hi Matthias, thanks for your reply. Well, brief steps how to reproduce this are already in the ticket (not much descriptive though :-). The scenario

Re: [Trinidad] java.lang.IllegalStateException: Factory already available for this class loader

2010-08-31 Thread Matthias Wessendorf
Tried with TRINIDAD-1.2.15-SNAPSHOT (our 12x trunk) + MyFaces 1.2.9 could not reproduce it with the Trinidad demo On Tue, Aug 31, 2010 at 12:12 PM, Matthias Wessendorf mat...@apache.org wrote: Jakub, this does NOT happen on windows, right ? -Matthias On Tue, Aug 24, 2010 at 4:11 PM, Jakub

Re: [Trinidad] java.lang.IllegalStateException: Factory already available for this class loader

2010-08-31 Thread Jakub Kahovec
Hi Matthias, It happens on Windows as well. After some investigation I found out that the trouble maker is method org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl#init(javax.faces.context.ExternalContext), and the critical section is if (!_initialized) { try {

Re: double click problem in JSF

2010-08-31 Thread Donn Aiken
On Tue, Aug 31, 2010 at 3:09 AM, Cédric Durmont cdurm...@gmail.com wrote: Don't try to catch a double-click event. Instead, try to : - catch an onclick event - use it to disable the link - return true, so that this first click will actually do something. The following clicks should not

ViewExpiredException: MyFaces PrimeFaces

2010-08-31 Thread SANTINI, Rafael
Hi, I'm trying to get PrimeFaces AutoComplete component to work with MyFaces. I have tried with MyFaces 1.2.9 PrimeFaces 1.1, MyFaces 2.0.1 PrimeFaces 2.1 and MyFaces 2.0.1 PrimeFaces 2.2.M1. In the all cases, the fowlloing exception is raised: 31/08/2010 11:51:32

Re: double click problem in JSF

2010-08-31 Thread Mike Kienenberger
If you do a search for jsf double submit on google, you find a number of hits. The shale or seam token is one possibility if you are already using those frameworks. One here sounded very interesting: == http://forums.sun.com/thread.jspa?threadID=665472

Re: [Tobago] Problem using tc:tree and request parameters

2010-08-31 Thread Alf Felis
Oh... sorry... I forgot to tell you that your solution has fixed the problem. Many thanks :) Regards, Alf Udo Schnurpfeil schrieb: Hi, Alf, after taking a close look to your problem, we have discovered a problem in the decision if there is a post back, or not. I've added an issue

Re: ViewExpiredException: MyFaces PrimeFaces

2010-08-31 Thread Ali Ok
Hi Rafael, Primefaces forum[1] might be a better place to discuss this, but at first sight at your code, you should put the autoCompleteBean in view scope (available with JSF2). [1]http://primefaces.prime.com.tr/forum/ Cheers, Ali On Tue, Aug 31, 2010 at 6:12 PM, SANTINI, Rafael

Re: ViewExpiredException: MyFaces PrimeFaces

2010-08-31 Thread Rafael Santini
Hi Ali, I have posted this question on PrimeFaces Forum. With Mojarra 1.2_15-b01, works perfectly! The problem is that I need to continue with MyFaces for a while. Thanks, Rafael Santini 2010/8/31 Ali Ok al...@aliok.com.tr Hi Rafael, Primefaces forum[1] might be a better place to discuss

Re: ViewExpiredException: MyFaces PrimeFaces

2010-08-31 Thread Leonardo Uribe
Hi Could you check your server log?. A more detailed exception could be found there, to identify easily what's going on. regards, Leonardo Uribe 2010/8/31 Rafael Santini raf...@santini.eti.br Hi Ali, I have posted this question on PrimeFaces Forum. With Mojarra 1.2_15-b01, works

ViewExpiredException - No saved view state could be found for the view identifier

2010-08-31 Thread Micah Klitgaard
Hi, I have been searching for a solution for two days now so I hope you are able to help me out with the basics! jdk1.6.0_21, Tomcat 6.0.29, myfaces-core-2.0.1, trinidad-2.0.0-alpha-2 (same problem before Trinidad), IntelliJ 9 javax.faces.application.ViewExpiredException:

Re: PortletBridge starting portlet problem

2010-08-31 Thread Michael Freedman
Did you see the latest e-mail/comment on the thread with the subject line: Re: [Trinidad] java.lang.IllegalStateException: Factory already available for this class loader? Sounds plausible that the lack of synchronization is causing this problem. You can either wait to hear from the Trinidad

Re: PortletBridge starting portlet problem

2010-08-31 Thread Scott O'Bryan
I doubt it's a synchronization issue since the Factory is complaining that it already exists for a particular thread. That to me seems to imply it's single threaded. Sent from my iPhone On Aug 31, 2010, at 3:52 PM, Michael Freedman michael.freed...@oracle.com wrote: Did you see the latest

Re: PortletBridge starting portlet problem

2010-08-31 Thread Scott O'Bryan
Never mind. My pneumonia is effecting my brain.. :) sorry. Let me take a look at this tomorrow when I'm hopefully not running a fever. Sent from my iPhone On Aug 31, 2010, at 4:41 PM, Scott O'Bryan darkar...@gmail.com wrote: I doubt it's a synchronization issue since the Factory is