[jira] Created: (WICKET-2946) Exceptions raised in overridden sessionDestroyed() event (of WebApplication class) are completely swallowed by the session-store classes without even logging anything

2010-07-15 Thread Farhan (JIRA)
Exceptions raised in overridden sessionDestroyed() event (of WebApplication class) are completely swallowed by the session-store classes without even logging anything --

[jira] Commented: (WICKET-1940) DatePicker in ModalWindow for IE7

2010-03-23 Thread Farhan (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12848604#action_12848604 ] Farhan commented on WICKET-1940: I am also getting a scripting error in IE when using YUI

[jira] Commented: (WICKET-2214) Form tag in ModalWindow html code causes nested html forms when ModalWindow is used with panel that contain forms

2010-03-23 Thread Farhan (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12848603#action_12848603 ] Farhan commented on WICKET-2214: I am getting a scripting error in IE when using YUI DateP

[jira] Created: (WICKET-2466) javadoc the CryptedUrlWebRequestCodingStrategy needs to be update/corrected to reflect the usage of session-id for encryption and hence URLs which were bookmarkable befor

2009-09-14 Thread Farhan (JIRA)
javadoc the CryptedUrlWebRequestCodingStrategy needs to be update/corrected to reflect the usage of session-id for encryption and hence URLs which were bookmarkable before will NOT remain bookmarkable. --

[jira] Commented: (WICKET-1724) Clicking on AjaxLink (when used on a page mounted through QueryStringUrlCodingStrategy) after session-expiry throws a NullPointerException in IE and Safari (i.e. in Boo

2008-07-02 Thread Farhan (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12610096#action_12610096 ] Farhan commented on WICKET-1724: Thanks for the quick fix, Matej. Verified on 1.3 branch a

[jira] Commented: (WICKET-1724) Clicking on AjaxLink (when used on a page mounted through QueryStringUrlCodingStrategy) after session-expiry throws a NullPointerException in IE and Safari (i.e. in Boo

2008-07-01 Thread Farhan (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12609792#action_12609792 ] Farhan commented on WICKET-1724: Let me add, something i noticed lately is that 1 out of 5

[jira] Commented: (WICKET-1724) Clicking on AjaxLink (when used on a page mounted through QueryStringUrlCodingStrategy) after session-expiry throws a NullPointerException in IE and Safari (i.e. in Boo

2008-07-01 Thread Farhan (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12609785#action_12609785 ] Farhan commented on WICKET-1724: The issue occurs not just with QueryStringURLCodingStrate

[jira] Updated: (WICKET-1724) Clicking on AjaxLink (when used on a page mounted through QueryStringUrlCodingStrategy) after session-expiry throws a NullPointerException in IE and Safari (i.e. in Bookm

2008-07-01 Thread Farhan (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farhan updated WICKET-1724: --- Attachment: myproject.zip Attached is the quick-start project, with HomePage containing the AjaxLink and a

[jira] Created: (WICKET-1724) Clicking on AjaxLink (when used on a page mounted through QueryStringUrlCodingStrategy) after session-expiry throws a NullPointerException in IE and Safari (i.e. in Bookm

2008-07-01 Thread Farhan (JIRA)
Clicking on AjaxLink (when used on a page mounted through QueryStringUrlCodingStrategy) after session-expiry throws a NullPointerException in IE and Safari (i.e. in BookmarkableListenerInterfaceRequestTarget.processEvents) -