Details
Description
ICEmobile makes use of Servlet 3.0 for multimedia upload capability, but this is not strictly necessary for all features.
Activity
| Fix Version/s | EE 1.1 [ 10339 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Fix Version/s | 1.1 Final [ 10343 ] |
| Fix Version/s | EE 1.1 [ 10339 ] | |
| Fix Version/s | 1.1 Beta [ 10320 ] | |
| Affects Version/s | 1.1 Beta [ 10320 ] |
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #29808 | Wed Jul 04 12:00:31 MDT 2012 | ted.goddard | restoring splash/menu detection ( |
| Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/view/small.xhtml
MODIFY
/icemobile/trunk/icemobile/samples/mobileshowcase/src/main/java/org/icemobile/samples/mobileshowcase/view/navigation/NavigationModel.java
MODIFY
/icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/view/large.xhtml
|
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Fix Version/s | 1.1 Beta [ 10320 ] | |
| Resolution | Fixed [ 1 ] |
| Attachment | mobileshowcase.war [ 14650 ] |
| Attachment | mobileshowcase.war [ 14643 ] |
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Steve Maryka [ steve.maryka ] | Ted Goddard [ ted.goddard ] |

Complex EL in the application was modified under the assumption that this was not supported under Servlet 2.5. This broke navigation and it turns out that the EL was Servlet 2.5 compatible:
+ <ui:param name="selectedPanel" value="#
{navigationModel.selectedPanel == null?'splash':navigationModel.selectedPanel}" />
The fix is checked in and verified on both desktop and iPhone.