A simple ICEmobile page has been added to the Seam booking example, tested on JBoss AS 7.1.1
http://localhost:8080/seam-booking
http://localhost:8080/seam-booking/camera.seam
ICEfaces was configured to not render on all pages:
<context-param>
<param-name>org.icefaces.render.auto</param-name>
<param-value>false</param-value>
</context-param>
but render on camera.seam:
<icecore:config render="true"/>
Beans were managed by JSF, so a more interesting test would continue with application changes that used Seam dependency injection for the ICEmobile pages.
Results were mixed:
<mobi:deviceStylesheet> and <mobi:dateSpinner> worked as desired. However, the image uploaded by camera component was null. The most likely cause is a Seam filter interfering with the multipart upload extraction.
A simple ICEmobile page has been added to the Seam booking example, tested on JBoss AS 7.1.1
http://localhost:8080/seam-booking
http://localhost:8080/seam-booking/camera.seam
ICEfaces was configured to not render on all pages:
<context-param>
<param-name>org.icefaces.render.auto</param-name>
<param-value>false</param-value>
</context-param>
but render on camera.seam:
<icecore:config render="true"/>
Beans were managed by JSF, so a more interesting test would continue with application changes that used Seam dependency injection for the ICEmobile pages.
Results were mixed:
<mobi:deviceStylesheet> and <mobi:dateSpinner> worked as desired. However, the image uploaded by camera component was null. The most likely cause is a Seam filter interfering with the multipart upload extraction.