Page 1 of 1

Use primefaces RIO in simple html WebSite

Posted: 07 Jun 2016, 01:35
by mygeorgyboy
Hi have already running a JSF Application using RIO Theme. I want to use the promo page on the webPage front (apache2) before the request are redirected to the JSF application.

Is there any clear guide to do this ?

Re: Use primefaces RIO in simple html WebSite

Posted: 11 Jul 2016, 14:55
by mert.sincan
Please add the following code into web.xml;

Code: Select all

<welcome-file-list>
     <welcome-file>promotion-page.xhtml</welcome-file>
</welcome-file-list>
Then, If you want to redirect to a page after show promotion, you can use idleMonitor component; http://www.primefaces.org/showcase/ui/m ... itor.xhtml

Re: Use primefaces RIO in simple html WebSite

Posted: 24 Feb 2017, 13:08
by mike96
Hi,

I mistakenly took this section to be about the great Rio olympics. My bad.

Re: Use primefaces RIO in simple html WebSite

Posted: 07 Mar 2017, 15:51
by mert.sincan
No problem ;)

Re: Use primefaces RIO in simple html WebSite

Posted: 07 Jun 2017, 07:47
by mike96
Thanks.

Re: Use primefaces RIO in simple html WebSite

Posted: 07 Jun 2017, 09:07
by mert.sincan
You're welcome!