AW: [tobago] panel exceed the window height

2011-03-07 Thread Abushammala, Hani (EXTERN: conceptQ)
Hi Helmut, Thank you for the suggestion. It works with cell tag. Regards, Hani -Ursprüngliche Nachricht- Von: Helmut Swaczinna [mailto:myfa...@wlp-systems.de] Gesendet: Freitag, 25. Februar 2011 14:05 An: MyFaces Discussion Betreff: Re: [tobago] panel exceed the window height Hi Hani,

Re: Using statusIndicator

2011-03-07 Thread Håkon Sagehaug
Hi, Thanks for the tip on the poller, I try that. The login process does not take so log time, the fetching of files can take a long time, depending on the file size. Håkon On 4 March 2011 18:22, Richard Yee richard.k@gmail.com wrote: Hakon, According to the docs, if you don't put an

Re: Using statusIndicator

2011-03-07 Thread Scott O'Bryan
Yeah. ICEfaces has an interesting model. Their AJAX is merely a synchronization between the client and the DOM stored on the server. There are a number of real advantages to the framework and a number of disadvantages. Trinidad is architected on a different principal. There is a lot of work

Re: Using statusIndicator

2011-03-07 Thread Håkon Sagehaug
Yes I guess we've seen this. So we just have to figure out how to ask from the client side each time we want something updated e.g. a list of something. There I guess the poller is what we would use, and turn it off if we don't need it anymore. BTW is that by setting interval to 0(zero)? Or any

Re: Using statusIndicator

2011-03-07 Thread Scott O'Bryan
Well Trinidad is able to do many things on the client without needing to go to the server. Moreso, however, Trinidad's framework is very solid. Oracle's renderkit, for instance, extends Trinidad to do a animations, push technology, and a bunch of other things. I guess the overall design

Re: Using statusIndicator

2011-03-07 Thread Richard Yee
You might consider breaking up the sequence of tasks into separate states and use a state machine as the target of the poll component. Richard Sent from my iPhone On Mar 7, 2011, at 2:21 AM, Håkon Sagehaug hakon.sageh...@uni.no wrote: Hi, Thanks for the tip on the poller, I try that.

Re: Using statusIndicator

2011-03-07 Thread Scott O'Bryan
You get nothing at all? Are you sure your EL is correct? On 03/03/2011 09:45 AM, Håkon Sagehaug wrote: Hi I now have my login page like this ?xml version=1.0 encoding=UTF-8? !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;

Re: org.apache.myfaces.ERROR_HANDLER with portlet-bridge

2011-03-07 Thread Michael Freedman
No idea -- as this is an error rendering a resource accessed via http (i.e. not through the portlet -- but as a consequence of rendering a portlet). Obviously there is an issue with the preferencesController managed bean. What scope is it at? Can you set a breakpoint in geet/set localeItems

Re: Using statusIndicator

2011-03-07 Thread Richard Yee
What are you setting the helloWorldBacking.pollText to? Initialize it to Default' In your pollListener, set pollText to new Date().toString set your partialTriggers attribute in your outputText to be the id of your tr:poll element. -Richard On Mon, Mar 7, 2011 at 12:48 PM, Scott O'Bryan