How to install Rio?

cesarbremer
Posts: 19
Joined: 06 Jul 2015, 22:53

07 Jul 2015, 00:25

I purchased the Rio Theme - Basic License.
I downloaded the war file.
Zero instructions about howto install and use it within the email I received.

I am using Netbeans IDE 8.0.2 and primefaces 5.2
I could not find any instructions how to install this theme, how to config Maven for example, the web.xml and pom.xml files configurations, could anyone help me in to find these instructions?
Thank you.


mygeorgyboy
Posts: 14
Joined: 19 Aug 2011, 06:08

17 Jul 2015, 04:21

Did you find how to install it I am in the same situation importing war to eclipse dose not work

mygeorgyboy
Posts: 14
Joined: 19 Aug 2011, 06:08

17 Jul 2015, 17:58

When build RIO project on NetBeans I get this error:

The POM for org.eclipse.jetty:jetty-util:jar:8.1.9.v20130131 is missing, no dependency information available


Any idea

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

18 Jul 2015, 08:10

Please try removing the jsf jar and the listener config from web.xml in demo war.(Eclipse)

NetBeans has special wizards for maven, also see;

http://maven.apache.org/guides/getting- ... nutes.html

http://mvnrepository.com/artifact/org.e ... .v20130131

cesarbremer
Posts: 19
Joined: 06 Jul 2015, 22:53

20 Jul 2015, 20:43

What I don't understand is why I did not receive a decente documentation regarding this software or instructions about to have access to the documentation.
I need to came here and ask someone else to reply my question, a simple question about how to install and use it. I think your objective is to sell the complete library that comes with examples or a professional support, if this is the objective, why are you selling a product without any instructions to access the documentation?
Can I upgrade to the version with documentation paying the difference of value?
I will appreciate if I can do that if a upgrade can solve my problem, when I buy this version I espected to receive a decent package. I only received a link to download a file, not more than that, a complete shame. Why are you selling a product and sent it without any instructions or link to a decent documentation?

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

21 Jul 2015, 09:16

I think you do not examine my posts. Everyone can see Rio Documentation. (Please see; http://www.primefaces.org/rio/docs/core ... tion.xhtml)

Also,
1) to use theme.jar in your project
(Windows PC)
-Please open Command Prompt in your pc
(If no maven in your pc, https://www.youtube.com/watch?v=Jtj-0yhox5s)
-To install theme.jar in the local repository;

Code: Select all

mvn install:install-file -Dfile=<path-to-file> -DgroupId=org.primefaces.themes -DartifactId=rio -Dversion=2.0 -Dpackaging=jar
<path-to-file> -> where is the jar?
- please add this dependency in pom.xml of your project

Code: Select all

<dependency>
   <groupId>org.primefaces.themes</groupId>
   <artifactId>rio</artifactId>
   <version>2.0</version>
</dependency>
- please add this context-param in web.xml of your project

Code: Select all

<context-param>
   <param-name>primefaces.THEME</param-name>
   <param-value>rio</param-value>
</context-param>
2) to use our sample maven project
- Please add war file in an IDE such as Netbeans
You can execute the sample with mvn jetty:run command

cesarbremer
Posts: 19
Joined: 06 Jul 2015, 22:53

23 Jul 2015, 22:37

Thank you Aragorn.
I will implement your code and follow your recomendations. Any further technical problem I will report here.
Have a good weekend.

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

24 Jul 2015, 09:36

You're welcome. I will be happy to help you. ;)

reptime
Posts: 1
Joined: 05 Feb 2016, 22:47

08 Feb 2016, 01:21

Hi, I have purchased RIO extended license for layout + theme.
I tried to install it on my project and I keep getting an error.

Here is what I did:
1) Copied template.xhtml, layoutmenu.xhtml and topbar.xhtml into <project>/WebContent/WEB-INF
2) Copied empty-page.xhtml, login.xhtml, etc into <project>/WebContent
3) Copied rio-layout folder into <project>/resources/rio-layout
4) Copied rio-theme-3.0.jar into <project>/WebContent/WEB-INF/lib
5) Copied primefaces-5.3.jar into <project>/WebContent/WEB-INF/lib
6) Added the following into web.xml

Code: Select all

	<context-param>
		<param-name>primefaces.THEME</param-name>
		<param-value>rio</param-value>
	</context-param>
7) Start the server
8) Navigate to http://localhost:8080/TestPF/empty-page.xhtml

I keep getting the following error message:

Code: Select all

HTTP Status 500 - Internal Server Error

type Exception report

messageInternal Server Error

descriptionThe server encountered an internal error that prevented it from fulfilling this request.

exception

javax.servlet.ServletException: Could not resolve NavigationCase for outcome: /dashboard
root cause

javax.faces.FacesException: Could not resolve NavigationCase for outcome: /dashboard
note The full stack traces of the exception and its root causes are available in the GlassFish Server Open Source Edition 4.1.1 logs.
What did I miss?

Thank you for your help.

Locked

Return to “Rio”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 2 guests