garcia-jj / primefaces-upload-issue

Sample project to provide test cases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PrimeFaces icon

This is a sample maven project that used PF10.0.0 version. If you have a PrimeFaces issue, please download or fork this project. Then, you should change these files by yourself so that PrimeFaces Team can see your problem. Finally, you can send a link or attach the project. Please make sure that project is runnable with the command below.

You can execute the sample with mvn jetty:run command and hit http://localhost:8080/primefaces-test to run the page.

Per default the application uses Mojarra 2.2.x. You can also use other versions with the available maven profiles: myfaces22, myfaces23, mojarra23

mvn clean jetty:run -Pmyfaces22

mvn clean jetty:run -Pmyfaces23

mvn clean jetty:run -Pmojarra22

mvn clean jetty:run -Pmojarra23

About

Sample project to provide test cases


Languages

Language:Java 51.2%Language:HTML 47.0%Language:JavaScript 1.8%