Re: Loading Gif Animated While Loading A Jsf Page

2010-04-07 Thread Mike Kienenberger
Unfortunately, I cannot.

On Wed, Apr 7, 2010 at 6:09 AM, Anton Gavazuk  wrote:
> Mike, Adrian,
>
> could you show your approaches in an example?
>
> 2010/4/7 vale_java_dev 
>
>>
>> Thanks for the suggestions!
>>
>> Have a nice day, Vale
>> --
>> View this message in context:
>> http://old.nabble.com/Loading-Gif-Animated-While-Loading-A-Jsf-Page-tp28117980p28162529.html
>> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>>
>>
>


Re: Loading Gif Animated While Loading A Jsf Page

2010-04-07 Thread Anton Gavazuk
Mike, Adrian,

could you show your approaches in an example?

2010/4/7 vale_java_dev 

>
> Thanks for the suggestions!
>
> Have a nice day, Vale
> --
> View this message in context:
> http://old.nabble.com/Loading-Gif-Animated-While-Loading-A-Jsf-Page-tp28117980p28162529.html
> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>
>


Re: Loading Gif Animated While Loading A Jsf Page

2010-04-07 Thread vale_java_dev

Thanks for the suggestions!

Have a nice day, Vale
-- 
View this message in context: 
http://old.nabble.com/Loading-Gif-Animated-While-Loading-A-Jsf-Page-tp28117980p28162529.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.



Re: Loading Gif Animated While Loading A Jsf Page

2010-04-02 Thread Mike Kienenberger
I didn't write the code that does it, but we also use an onclick on
every UICommand element for our jsf project.

 wrote:
> This is kinda tricky. I do it using jQuery blockUI plugin and attach
> script to onclick of every link/button on the page that shows the
> blockui element.
>
> On Fri, Apr 2, 2010 at 2:12 PM, vale_java_dev
>  wrote:
>>
>> Hi!
>>
>> I need help!
>> How can I load a gif animated image while a jsf page is forwarded to
>> onother?
>>
>> I'm using
>>
>> 
>>
>>        
>>        
>>             
>> ${pageContext.request.contextPath}/resources/images/onLoad/loading.gif
>>        
>> 
>>
>> but during the forward this script doesn't work!
>>
>> Thanks in advance for any suggestions!
>>
>> Vale
>> --
>> View this message in context: 
>> http://old.nabble.com/Loading-Gif-Animated-While-Loading-A-Jsf-Page-tp28117980p28117980.html
>> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>>
>>
>
>
>
> --
> Although nobody can come back and make a new start, anyone can start
> now and make a new end
>


Re: Loading Gif Animated While Loading A Jsf Page

2010-04-02 Thread Adrian Mitev
This is kinda tricky. I do it using jQuery blockUI plugin and attach
script to onclick of every link/button on the page that shows the
blockui element.

On Fri, Apr 2, 2010 at 2:12 PM, vale_java_dev
 wrote:
>
> Hi!
>
> I need help!
> How can I load a gif animated image while a jsf page is forwarded to
> onother?
>
> I'm using
>
> 
>
>        
>        
>             
> ${pageContext.request.contextPath}/resources/images/onLoad/loading.gif
>        
> 
>
> but during the forward this script doesn't work!
>
> Thanks in advance for any suggestions!
>
> Vale
> --
> View this message in context: 
> http://old.nabble.com/Loading-Gif-Animated-While-Loading-A-Jsf-Page-tp28117980p28117980.html
> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>
>



-- 
Although nobody can come back and make a new start, anyone can start
now and make a new end