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
0
votes
1 answer

Navigate after successfull action on commandButton

I am building a JSF application using Primefaces mobile (0.9.3 with Primefaces 3.5). I hava a login page, on this login page there is a login button defined as followed:
0
votes
0 answers

How to redirect desktop page to mobile page using ExternalContext

Project structure: root -WebContent -mobile -login.xhtml -desktop -login.xhtml My web.xml will load desktop/login.xhtml onload which uses UserBean as a backing bean, In postconstruct of UserBean, I'm trying to redirect my login…
FiendFyre
  • 157
  • 3
  • 17
0
votes
1 answer

PrimeFaces p:commandButton

I'm working with primefaces mobile(0.9.2 - jsf2), and I have a strange problem. I have a view with 2 buttons, one to add and another to save the order. the add button works fine, but when I click on the save button, instead of call the save method,…
0
votes
1 answer

Cannot play using p:media tag in primefaces-mobile web app

I am developing a primefaces-mobile web app. I want to use p:media tag, but it does not show video on mobile device. My code:
user517491
-1
votes
1 answer

Display dialog from backing bean in primefaces mobile

I am doing mobile conversion of our website using PF mobile. In that I am trying to open views in a dialog using Primefaces mobile. It works just fine in desktop browser but not in mobile version. The page keeps waiting to load but nothing happens.…
-1
votes
2 answers

Primefaces Mobile commandButton not working with ActionListener

I presented the following problem. when done click the button located in the dialog (pop -up ), the actionListener attribute does not work , ie not call the Backingbean. The strange thing is that in the version PrimeFaces showcase this code works…
santiago92
  • 297
  • 2
  • 18
1 2 3 4
5