Using statusIndicator

2011-03-01 Thread Håkon Sagehaug
Hi all, I've just stared using Trinidad and myFaces, and had a question. I'm implementing a login in page for uses, and wanted to use the statusIndicator, to give back messages for the user like 1. Got user information 2. Loading datasets 3. Logged in And tried to have a tr:outputText within

Re: Using statusIndicator

2011-03-01 Thread Håkon Sagehaug
see no reason why this wouldn't work.. What specifically is failing for you and perhaps a code snipi might help me visualize your issue. On Mar 1, 2011, at 3:04 PM, Håkon Sagehaug hakon.sageh...@uni.no wrote: Hi all, I've just stared using Trinidad and myFaces, and had a question. I'm

Re: Using statusIndicator

2011-03-02 Thread Håkon Sagehaug
March 2011 09:00, Scott O'Bryan darkar...@gmail.com wrote: Ahh yeah. Look, your component is not updating because you're not telling it to. You need to set up a partialTrigger in order to get the StatusIndicator to update. On Mar 2, 2011, at 12:48 AM, Håkon Sagehaug hakon.sageh...@uni.no wrote

Re: Using statusIndicator

2011-03-03 Thread Håkon Sagehaug
PM, Håkon Sagehaug hakon.sageh...@uni.no wrote: Hi all, I've just stared using Trinidad and myFaces, and had a question. I'm implementing a login in page for uses, and wanted to use the statusIndicator, to give back messages for the user like 1. Got user

Re: Using statusIndicator

2011-03-03 Thread Håkon Sagehaug
of your button is button2, I'm not sure why your partialTrigger is loginButton. Can you explain? On Mar 3, 2011, at 6:46 AM, Håkon Sagehaug hakon.sageh...@uni.no wrote: Hi all, I might not get the full point here ;). Here is what I tried, put trigger on the statusIndicator like here

Re: Using statusIndicator

2011-03-03 Thread Håkon Sagehaug
, Richard Yee richard.k@gmail.com wrote: You don't want statusIndicator, use tr:poll instead Richard Sent from my iPhone On Mar 3, 2011, at 7:48 AM, Håkon Sagehaug hakon.sageh...@uni.no wrote: Hi Yes, that was an old cut and past mistake, I've got loginButton as id

Re: Using statusIndicator

2011-03-04 Thread Håkon Sagehaug
it to update,. Any tips? cheers, Håkon On 1 March 2011 23:23, Scott O'Bryandarkar...@gmail.com wrote: I see no reason why this wouldn't work.. What specifically is failing for you and perhaps a code snipi might help me visualize your issue. On Mar 1, 2011, at 3:04 PM, Håkon Sagehaug

Re: Using statusIndicator

2011-03-04 Thread Håkon Sagehaug
4, 2011, at 1:34 AM, Håkon Sagehaug hakon.sageh...@uni.no wrote: Hi I put the form in various places, but I could not get the wanted effect. Just curious, since this is an update of a value on the server side. The clients somehow needs to know if the value have changed or not. I guess

Re: Using statusIndicator

2011-03-04 Thread Håkon Sagehaug
some of the questions I posed earlier? If we see the whole picture, then perhaps we can come up with a complete solution. -Richard 2011/3/4 Håkon Sagehaug hakon.sageh...@uni.no Hi Thanks for the tips and holding out this thread. To kick of the poll do I use rendered=true/false

Re: Using statusIndicator

2011-03-07 Thread Håkon Sagehaug
an interval, it will default to 5000 (5 secs). I would expext setting it to 0 would disable it. You could have your outputText use a partialTrigger on the poll component and have it update whenever the poll gets fired. How long does this whole process take? -Richard 2011/3/4 Håkon Sagehaug

Re: Using statusIndicator

2011-03-07 Thread Håkon Sagehaug
in Trinidad with some extensions to the framework, they have to be expressly enabled on a component by commoner basis. Scott On Mar 4, 2011, at 8:39 AM, Håkon Sagehaug hakon.sageh...@uni.no wrote: Hi, So we're trying to implement part of a system, already implemented with icefaces using

Re: Using statusIndicator

2011-03-08 Thread Håkon Sagehaug
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