Details
Description
ICEmobile must run on WebSphere.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Steve Maryka [ steve.maryka ] | Ted Goddard [ ted.goddard ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #28117 | Fri Mar 02 09:57:41 MST 2012 | ted.goddard | improve error checking in auxiliary upload ( |
| Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/core/src/main/java/org/icefaces/impl/application/AuxUploadResourceHandler.java
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #28118 | Fri Mar 02 09:59:03 MST 2012 | ted.goddard | improve error checking in auxiliary upload ( |
| Files Changed | ||||
MODIFY
/icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/core/src/main/java/org/icefaces/impl/application/AuxUploadResourceHandler.java
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #28122 | Fri Mar 02 11:05:12 MST 2012 | ted.goddard | non-static parameter init and formatted cookies for WebSphere ( |
| Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/samples/mobileshowcase/src/main/java/org/icemobile/samples/mobileshowcase/view/examples/device/microphone/MicrophoneBean.java
MODIFY
/icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/mobisx/IceMobileSXRenderer.java
MODIFY
/icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/utils/Utils.java
|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Fix Version/s | EE 1.0 Final [ 10318 ] | |
| Resolution | Fixed [ 1 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #31604 | Fri Oct 19 10:50:47 MDT 2012 | ted.goddard | use getSessionIdCookie so that cookieFormat is applied for ICEmobile-SX ( |
| Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/core/src/main/java/org/icemobile/util/SXUtils.java
MODIFY
/icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/camera/Camera.java
MODIFY
/icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/utils/MobiJSFUtils.java
|
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] | |
| Status | Closed [ 6 ] | Reopened [ 4 ] |
| Fix Version/s | 1.2 Beta [ 10344 ] | |
| Fix Version/s | EE 1.0 Final [ 10318 ] |
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #33007 | Wed Jan 09 10:41:14 MST 2013 | ted.goddard | using cookieFormat in SXUtils ( |
| Files Changed | ||||
MODIFY
/icemobile/branches/icemobile-1.2.0-191212/icemobile/core/src/main/java/org/icemobile/util/SXUtils.java
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #33008 | Wed Jan 09 10:45:57 MST 2013 | ted.goddard | using cookieFormat in SXUtils ( |
| Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/core/src/main/java/org/icemobile/util/SXUtils.java
|
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Fix Version/s | 1.2 EE [ 10372 ] | |
| Resolution | Fixed [ 1 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #33126 | Fri Jan 18 14:11:07 MST 2013 | ted.goddard | make use of cookieFormat in DeviceTag ( |
| Files Changed | ||||
MODIFY
/icemobile/branches/icemobile-1.2.0-191212/icemobile/jsp/src/main/java/org/icemobile/jsp/tags/DeviceTag.java
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #33127 | Fri Jan 18 14:13:31 MST 2013 | ted.goddard | make use of cookieFormat in DeviceTag ( |
| Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/jsp/src/main/java/org/icemobile/jsp/tags/DeviceTag.java
|

WAS 8 is currently exhibiting state saving problems with commandLink ClientBehavior:
+++ samples/core/basic/src/main/webapp/icefaces.xhtml (working copy)
{basic.toggle}">@@ -40,6 +40,9 @@
<h:commandButton id="button1" value="Show/Hide"
actionListener="#
</h:commandButton>
+ <h:commandLink id="link1" value="Show/Hide"
+ actionListener="#{basic.toggle}
">
+ </h:commandLink>
<br/>
<h:outputText value="Reload entire page: "/>
<h:commandButton id="reload" value="reload">
(This causes a mysterious NullPointerException to appear as the body of the Ajax update response.)