Questions tagged [primefaces-mobile]

PrimeFaces Mobile is a UI kit to implement JSF pages that are optimized for mobile devices with a native look and feel.

Link : http://www.primefaces.org/showcase-labs/mobile/index.jsf

PrimeFaces Mobile is a UI kit to implement JSF pages that are optimized for mobile devices with a native look and feel.

Advantages:

1) Mobile RenderKit for standard JSF and core PrimeFaces components.

2) Mobile JSF components.

3) Same backend model for desktop web and mobile web.

4) Wide range of platform support.

5) Ajax features to bring native application experience.

6) Nothing required to install on device. Powered by jQuery Mobile

Disadvantages:

1) Slower than native

2) Quirky - jQuery mobile is still beta software, so there is a chances to encounter bugs at the time of development

3) Limited capabilities compared to native

66 questions
1
vote
0 answers

Primefaces mobile render kit with client side validation doesn't work

I'm developing a mobile web app with Primefaces and want to integrate a client side validation but it doesn't work. It seems that the mobile render kit is not compatible with it or maybe I forgot to do something. Could anyone help me ? Thank you in…
1
vote
1 answer

growl is not displayed on the second mobile page

On a single xhtml, I have two pages (p:page). Each page has a form and in each form, there is a growl defined. When I am on the first page, the growl is displayed upon clicking the button. However, when I am on the second page, the growl is not…
ilhami visne
  • 305
  • 5
  • 13
1
vote
0 answers

Spinner won't display +/- controller

I'm using primefaces version 5.3 and I want to show a basic spinner which I have copy-pasted from primefaces showcase.
Desaretiuss
  • 311
  • 1
  • 3
  • 12
1
vote
1 answer

PrimeFaces Mobile 5.2 and form-based JAAS login not working together

I have a JSF 2.2 application with PrimeFaces 5.2 and form-based login in combination with a JBoss security realm using Wildfly 8.2 and PostgreSQL. This is working fine and absolutely as expected. The problem now is using the above setup with…
devrys
  • 1,571
  • 3
  • 27
  • 43
1
vote
1 answer

Primefaces advanced FileUpload with MobileRenderKit

Does Advanced FileUpload work with MobileRenderKit? I tried to Upload with following Code : upload.xhtml:
suskun52
  • 11
  • 1
1
vote
0 answers

Primefaces Mobile's Ajax does not update a

I have an autoComplete field and, after selecting an object from it, I want to update some other fields. The p:inputText fields are updated, but I want to update a p:selectOneMenu field too, and this specific field is not updated at all. If I remove…
1
vote
1 answer

Can I use PrimeFaces and PrimeFaces mobile in commercial projects without paying for it?

There is PrimeFaces Elite Downloads and Community Downloads on the Prime faces website. Prime faces is under Apache License Version 2.0, January 2004(http://www.apache.org/licenses/) , but there is commertial licence too for PrimeFfaces…
zKalev
  • 31
  • 1
  • 4
1
vote
1 answer

How to count the number of times a h:outputLink was clicked?

I have a PrimeFaces page with following code: Products you liked in the…
Glory to Russia
  • 17,289
  • 56
  • 182
  • 325
1
vote
1 answer

Primefaces Mobile template facelets

I'm developing a mobile application using PrimeFaces Mobile (community PrimeFaces 5.1) and successfully using the navigation between different pages. Now I would like to create a template containing a fixed top and menu and reuses it on all my…
gfinotti
  • 613
  • 5
  • 21
1
vote
1 answer

Primefaces mobile theming

How can I set the theme of Primefaces mobile. I have set up the Primefaces repo in pom and set up the org.primefaces.themes dependency : prime-repo Prime Repo
Vinc
  • 695
  • 2
  • 10
  • 26
1
vote
1 answer

Primefaces mobile dataList liveScroll not working

I'm using Primefaces mobile and I've created a dataList to display my database information. But I need to make it so that it has liveScroll, meaning, I can keep scrolling down and once I hit a certain number of records displayed (I've set it to 3…
sparrow.
  • 101
  • 8
1
vote
1 answer

keyfilter is not working in primefaces mobile

I am working in jsf and primefaces 5 and creating some mobile screen. I want to allow only numbers in my p:inputText for mobile screen. The below code is working fine in normal screens(i.e web application) but not working for mobile…
1
vote
0 answers

p:selectBooleanButton primefaces-mobile doesn't change

My p:selectBooleanButton doesn't respond on any click and has this check box at the corner that does respond when I click on it but the label on the button doesn't change at all! maybe someone had this problem and can help me. I'm using primefaces…
Sashkoz
  • 11
  • 2
1
vote
2 answers

JSF - Primefaces Autocomplete onselect event listener not working - Methodnotfound Exception

Project Specificiation: JSF 2.1.2, Primefaces-Mobile 0.9.5, Primefaces 3.5 I'm trying to implement auto-complete feature of primefaces with instant ajax selection, below is the code:
FiendFyre
  • 157
  • 3
  • 17
1
vote
1 answer

primefaces mobile autocomplete

I am trying to implement autocomplete in primefaces mobile. I've made the test for primefaces, it works fine, under hypothesis autocompletion in primefaces mobile has the same underlying principals as that of primefaces, here's the code that should…
Akheloes
  • 1,352
  • 3
  • 11
  • 28