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 | ||||
![]() |
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 | ||||
![]() |
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 | ||||
![]() ![]() ![]() |
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 | ||||
![]() ![]() ![]() |
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 | ||||
![]() |
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 | ||||
![]() |
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 | ||||
![]() |
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 | ||||
![]() |
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.)