Details
Description
Seam 2.3 compatibility with ICEmobile is desired.
Activity
Ted Goddard
created issue -
Ted Goddard
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Steve Maryka [ steve.maryka ] | Ted Goddard [ ted.goddard ] |
Ted Goddard
made changes -
Attachment | booking-web.ear [ 14715 ] |
Ted Goddard
made changes -
Environment | ICEmobile, Seam | ICEmobile trunk, Seam 2.3.0beta2, JBoss AS 7.1.1 |
Ted Goddard
made changes -
Fix Version/s | EE 1.1 [ 10339 ] |
Migration
made changes -
Fix Version/s | 1.2 EE [ 10372 ] | |
Fix Version/s | EE 1.1 [ 10339 ] |
Migration
made changes -
Attachment | booking.zip [ 14981 ] |
Ted Goddard
made changes -
Fix Version/s | 1.3 Beta [ 10373 ] | |
Fix Version/s | 1.2 EE [ 10372 ] |
Steve Maryka
made changes -
Affects Version/s | 1.1 Final [ 10343 ] | |
Affects Version/s | EE 1.1 [ 10339 ] |
Ted Goddard
made changes -
Fix Version/s | 1.4 Beta [ 10874 ] | |
Fix Version/s | 1.3 Beta [ 10373 ] |
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.