
I want to make a form using Primefaces Mobile with jsf2.0 and primefaces-3.0.M2, but after deploying in jboss server and running it on browser(desktop), the look and feel is not so great. Am i missing some jar files?? Also is there any emulator where i can check and run the mobile webpages. I am using the showcase example at http://www.primefaces.org/showcase-labs/mobile/index.jsf
|
|
|||||
|
|
If your mobile/no mobile applications are separated, you have to insert in your faces-config.xml the following line
if your mobile/no mobile views are in the same application you have to
Here a simple ViewHandler class that uses the Spring Mobile functionalities to switch between mobile and non-mobile pages.
Then register the ViewHandler into the faces-config.xml
If you want to test your application with an android emulator you can download and installate the sdk-android
To do this follow this link: http://developer.android.com/sdk/index.html. Then, follow this post to "Getting Your Android Emulator to Read Virtual Hosts on your Development Machine" - http://dillieodigital.wordpress.com/2012/03/19/soup-to-nuts-getting-your-android-emulator-to-read-virtual-hosts-on-your-development-machine/ |
||||
|
|
|
Firstly, all you need is the Primefaces jar, but since the M4 version is out you should update your classpath(be careful that if you use Netbeans, the library removing it's a little sloppy, double check that you have only one library-M4 in the Also, please post your code here, and be careful to use the new namespaces:
|
|||
|
|