[jira] [Assigned] (WICKET-6027) Nested TransparentWebMarkupContainer, markup of inner component not found

2015-11-12 Thread Andrea Del Bene (JIRA)

 [ 
https://issues.apache.org/jira/browse/WICKET-6027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrea Del Bene reassigned WICKET-6027:
---

Assignee: Andrea Del Bene

> Nested TransparentWebMarkupContainer, markup of inner component not found
> -
>
> Key: WICKET-6027
> URL: https://issues.apache.org/jira/browse/WICKET-6027
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket
>Affects Versions: 7.1.0
>Reporter: Roland Foerther
>Assignee: Andrea Del Bene
> Attachments: MarkupNotFoundPage.html, MarkupNotFoundPage.java
>
>
> In the attached example page a FeedbackPanel should be rendered on 
> AJAX-Request by pressing an AjaxButton. If you submit the form with empty 
> input in TextField  'username" you get a MarkupNotFoundError for the 
> FeedbackPanel:
> "org.apache.wicket.markup.MarkupNotFoundException: Markup not found for 
> Component: [FeedbackPanel [Component id = feedback]]
>  at org.apache.wicket.Component.internalRender(Component.java:2348)
>  at org.apache.wicket.Component.render(Component.java:2308)
>  at 
> org.apache.wicket.page.XmlPartialPageUpdate.writeComponent(XmlPartialPageUpdate.java:119)
>  at 
> org.apache.wicket.page.PartialPageUpdate.writeComponents(PartialPageUpdate.java:245)"
> The MarkupNotFoundError is associated to the two 
> TransparentWebMarkupContainer's in the page. If you remove one of them for 
> example, the problem is gone.  
>   



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (WICKET-6024) Possible issue with Border and LoadableDetachableModel in 7.1.0

2015-11-12 Thread Andrea Del Bene (JIRA)

 [ 
https://issues.apache.org/jira/browse/WICKET-6024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrea Del Bene closed WICKET-6024.
---
Resolution: Fixed

> Possible issue with Border and LoadableDetachableModel in 7.1.0
> ---
>
> Key: WICKET-6024
> URL: https://issues.apache.org/jira/browse/WICKET-6024
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket
>Affects Versions: 7.1.0
>Reporter: Lieven Poelman
>Assignee: Andrea Del Bene
> Fix For: 7.2.0, 8.0.0-M1
>
>
> I have encountered an issue with Border objects and LoadableDetachableModels 
> in wicket 7.1.0. This issue does NOT occurr in 7.0.0.
> The issue is the following:
> - When wrapping a FormComponent in a Border object, everything works  as it 
> should
> - However for each FormComponent per Border in the Page/Parent component, the 
> detach/load is called once.
> - This causes a load call on the LoadableDetachableModel per component on the 
> page, for 20 input fields this causes 20 loads!
> It seems the Border's remove function is called twice.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (WICKET-6024) Possible issue with Border and LoadableDetachableModel in 7.1.0

2015-11-12 Thread Andrea Del Bene (JIRA)

 [ 
https://issues.apache.org/jira/browse/WICKET-6024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrea Del Bene updated WICKET-6024:

Fix Version/s: 8.0.0-M1
   7.2.0

> Possible issue with Border and LoadableDetachableModel in 7.1.0
> ---
>
> Key: WICKET-6024
> URL: https://issues.apache.org/jira/browse/WICKET-6024
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket
>Affects Versions: 7.1.0
>Reporter: Lieven Poelman
>Assignee: Andrea Del Bene
> Fix For: 7.2.0, 8.0.0-M1
>
>
> I have encountered an issue with Border objects and LoadableDetachableModels 
> in wicket 7.1.0. This issue does NOT occurr in 7.0.0.
> The issue is the following:
> - When wrapping a FormComponent in a Border object, everything works  as it 
> should
> - However for each FormComponent per Border in the Page/Parent component, the 
> detach/load is called once.
> - This causes a load call on the LoadableDetachableModel per component on the 
> page, for 20 input fields this causes 20 loads!
> It seems the Border's remove function is called twice.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (WICKET-6024) Possible issue with Border and LoadableDetachableModel in 7.1.0

2015-11-12 Thread Lieven Poelman (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-6024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15002016#comment-15002016
 ] 

Lieven Poelman commented on WICKET-6024:


Problem resolved with 7.2.0-SNAPSHOT.
Can be closed

> Possible issue with Border and LoadableDetachableModel in 7.1.0
> ---
>
> Key: WICKET-6024
> URL: https://issues.apache.org/jira/browse/WICKET-6024
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket
>Affects Versions: 7.1.0
>Reporter: Lieven Poelman
>Assignee: Andrea Del Bene
>
> I have encountered an issue with Border objects and LoadableDetachableModels 
> in wicket 7.1.0. This issue does NOT occurr in 7.0.0.
> The issue is the following:
> - When wrapping a FormComponent in a Border object, everything works  as it 
> should
> - However for each FormComponent per Border in the Page/Parent component, the 
> detach/load is called once.
> - This causes a load call on the LoadableDetachableModel per component on the 
> page, for 20 input fields this causes 20 loads!
> It seems the Border's remove function is called twice.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (WICKET-6028) Detach called on enclosure component while it had a non-empty queue

2015-11-12 Thread Andrea Del Bene (JIRA)

 [ 
https://issues.apache.org/jira/browse/WICKET-6028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrea Del Bene updated WICKET-6028:

Attachment: myproject.zip

> Detach called on enclosure component while it had a non-empty queue
> ---
>
> Key: WICKET-6028
> URL: https://issues.apache.org/jira/browse/WICKET-6028
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket
>Affects Versions: 7.1.0
>Reporter: Roland Foerther
>Assignee: Andrea Del Bene
> Attachments: BasePage.html, BasePage.java, EnclosurePage.html, 
> EnclosurePage.java, myproject.zip, stacktrace.txt
>
>
> In the attached example EnclosurePage is extended from BasePage. In BasePage 
> there is a TransparentWebmarkupContainer attached to 
> The page is rendered, but a stacktrace "Error detaching RequestHandler" is 
> logged (see stacktrace.txt).
>  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (WICKET-6029) Make Border's methods consistent with commit f14e03f

2015-11-12 Thread Andrea Del Bene (JIRA)

 [ 
https://issues.apache.org/jira/browse/WICKET-6029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrea Del Bene closed WICKET-6029.
---
   Resolution: Fixed
Fix Version/s: 8.0.0-M1
   7.2.0

> Make Border's methods consistent with commit f14e03f
> 
>
> Key: WICKET-6029
> URL: https://issues.apache.org/jira/browse/WICKET-6029
> Project: Wicket
>  Issue Type: Improvement
>Reporter: Andrea Del Bene
>Assignee: Andrea Del Bene
> Fix For: 7.2.0, 8.0.0-M1
>
>
> The commit in the summary 
> (https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=f14e03f) requires the 
> other container methods of Border to be changed in order to be consistent 
> with #add(Component... children) method.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (WICKET-6032) Wicket.Ajax.done() called twice on redirect

2015-11-12 Thread Sven Meier (JIRA)

 [ 
https://issues.apache.org/jira/browse/WICKET-6032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sven Meier resolved WICKET-6032.

   Resolution: Fixed
Fix Version/s: 6.22.0
   8.0.0-M1
   7.2.0

The duplicate call to #done() is removed now: Ajax request handling continues 
normally and #complete() will call #done() later as always.

> Wicket.Ajax.done() called twice on redirect
> ---
>
> Key: WICKET-6032
> URL: https://issues.apache.org/jira/browse/WICKET-6032
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket
>Affects Versions: 6.20.0, 7.1.0, 8.0.0-M1
>Reporter: Sven Meier
>Assignee: Sven Meier
>Priority: Minor
> Fix For: 7.2.0, 8.0.0-M1, 6.22.0
>
>
> When a redirect is received from the server during Ajax requests, 
> #processAjaxResponse() explicitly calls #done() on the current call:
> (wicket-ajax-jquery.js, line 777)
> {code}
> if (typeof(redirectUrl) !== "undefined" && redirectUrl !== null && 
> redirectUrl !== "") {
> // In case the page isn't really redirected. For example say the redirect 
> is to an octet-stream.
> // A file download popup will appear but the page in the browser won't 
> change.
> this.success(context);
> this.done(context.attrs);
> {code}
> This leads to:
> - done() being called before the step added in #success()
> - done() being called a second time from the step added in #complete()



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (WICKET-6032) Wicket.Ajax.done() called twice on redirect

2015-11-12 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-6032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15001923#comment-15001923
 ] 

ASF subversion and git services commented on WICKET-6032:
-

Commit a30bff2baaf78705debef388c3226713be4f8a86 in wicket's branch 
refs/heads/master from [~svenmeier]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=a30bff2 ]

WICKET-6032 don't call done on redirect, it will be invoked from complete later


> Wicket.Ajax.done() called twice on redirect
> ---
>
> Key: WICKET-6032
> URL: https://issues.apache.org/jira/browse/WICKET-6032
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket
>Affects Versions: 6.20.0, 7.1.0, 8.0.0-M1
>Reporter: Sven Meier
>Assignee: Sven Meier
>Priority: Minor
>
> When a redirect is received from the server during Ajax requests, 
> #processAjaxResponse() explicitly calls #done() on the current call:
> (wicket-ajax-jquery.js, line 777)
> {code}
> if (typeof(redirectUrl) !== "undefined" && redirectUrl !== null && 
> redirectUrl !== "") {
> // In case the page isn't really redirected. For example say the redirect 
> is to an octet-stream.
> // A file download popup will appear but the page in the browser won't 
> change.
> this.success(context);
> this.done(context.attrs);
> {code}
> This leads to:
> - done() being called before the step added in #success()
> - done() being called a second time from the step added in #complete()



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


wicket git commit: WICKET-6032 don't call done on redirect, it will be invoked from complete later

2015-11-12 Thread svenmeier
Repository: wicket
Updated Branches:
  refs/heads/master d22b004af -> a30bff2ba


WICKET-6032 don't call done on redirect, it will be invoked from complete later


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/a30bff2b
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/a30bff2b
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/a30bff2b

Branch: refs/heads/master
Commit: a30bff2baaf78705debef388c3226713be4f8a86
Parents: d22b004
Author: Sven Meier 
Authored: Thu Nov 12 11:02:06 2015 +0100
Committer: Sven Meier 
Committed: Thu Nov 12 11:05:16 2015 +0100

--
 .../main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery.js   | 1 -
 1 file changed, 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/wicket/blob/a30bff2b/wicket-core/src/main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery.js
--
diff --git 
a/wicket-core/src/main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery.js 
b/wicket-core/src/main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery.js
index addf5cc..68dfefe 100644
--- 
a/wicket-core/src/main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery.js
+++ 
b/wicket-core/src/main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery.js
@@ -774,7 +774,6 @@
// In case the page isn't really 
redirected. For example say the redirect is to an octet-stream.
// A file download popup will appear 
but the page in the browser won't change.
this.success(context);
-   this.done(context.attrs);
 
var rhttp  = /^http:\/\//,  // checks 
whether the string starts with http://
rhttps = /^https:\/\//; // checks 
whether the string starts with https://



[jira] [Commented] (WICKET-6032) Wicket.Ajax.done() called twice on redirect

2015-11-12 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-6032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15001921#comment-15001921
 ] 

ASF subversion and git services commented on WICKET-6032:
-

Commit a341150e23f206929e03347e6a82c26027eceeae in wicket's branch 
refs/heads/wicket-7.x from [~svenmeier]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=a341150 ]

WICKET-6032 don't call done on redirect, it will be invoked from complete later


> Wicket.Ajax.done() called twice on redirect
> ---
>
> Key: WICKET-6032
> URL: https://issues.apache.org/jira/browse/WICKET-6032
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket
>Affects Versions: 6.20.0, 7.1.0, 8.0.0-M1
>Reporter: Sven Meier
>Assignee: Sven Meier
>Priority: Minor
>
> When a redirect is received from the server during Ajax requests, 
> #processAjaxResponse() explicitly calls #done() on the current call:
> (wicket-ajax-jquery.js, line 777)
> {code}
> if (typeof(redirectUrl) !== "undefined" && redirectUrl !== null && 
> redirectUrl !== "") {
> // In case the page isn't really redirected. For example say the redirect 
> is to an octet-stream.
> // A file download popup will appear but the page in the browser won't 
> change.
> this.success(context);
> this.done(context.attrs);
> {code}
> This leads to:
> - done() being called before the step added in #success()
> - done() being called a second time from the step added in #complete()



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


wicket git commit: WICKET-6032 don't call done on redirect, it will be invoked from complete later

2015-11-12 Thread svenmeier
Repository: wicket
Updated Branches:
  refs/heads/wicket-7.x aec47fcae -> a341150e2


WICKET-6032 don't call done on redirect, it will be invoked from complete later


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/a341150e
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/a341150e
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/a341150e

Branch: refs/heads/wicket-7.x
Commit: a341150e23f206929e03347e6a82c26027eceeae
Parents: aec47fc
Author: Sven Meier 
Authored: Thu Nov 12 11:02:06 2015 +0100
Committer: Sven Meier 
Committed: Thu Nov 12 11:04:06 2015 +0100

--
 .../main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery.js   | 1 -
 1 file changed, 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/wicket/blob/a341150e/wicket-core/src/main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery.js
--
diff --git 
a/wicket-core/src/main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery.js 
b/wicket-core/src/main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery.js
index addf5cc..68dfefe 100644
--- 
a/wicket-core/src/main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery.js
+++ 
b/wicket-core/src/main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery.js
@@ -774,7 +774,6 @@
// In case the page isn't really 
redirected. For example say the redirect is to an octet-stream.
// A file download popup will appear 
but the page in the browser won't change.
this.success(context);
-   this.done(context.attrs);
 
var rhttp  = /^http:\/\//,  // checks 
whether the string starts with http://
rhttps = /^https:\/\//; // checks 
whether the string starts with https://



[jira] [Commented] (WICKET-6032) Wicket.Ajax.done() called twice on redirect

2015-11-12 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-6032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15001920#comment-15001920
 ] 

ASF subversion and git services commented on WICKET-6032:
-

Commit 19f32b68913c224588473b8750a76f3119c8cd15 in wicket's branch 
refs/heads/wicket-6.x from [~svenmeier]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=19f32b6 ]

WICKET-6032 don't call done on redirect, it will be invoked from complete later


> Wicket.Ajax.done() called twice on redirect
> ---
>
> Key: WICKET-6032
> URL: https://issues.apache.org/jira/browse/WICKET-6032
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket
>Affects Versions: 6.20.0, 7.1.0, 8.0.0-M1
>Reporter: Sven Meier
>Assignee: Sven Meier
>Priority: Minor
>
> When a redirect is received from the server during Ajax requests, 
> #processAjaxResponse() explicitly calls #done() on the current call:
> (wicket-ajax-jquery.js, line 777)
> {code}
> if (typeof(redirectUrl) !== "undefined" && redirectUrl !== null && 
> redirectUrl !== "") {
> // In case the page isn't really redirected. For example say the redirect 
> is to an octet-stream.
> // A file download popup will appear but the page in the browser won't 
> change.
> this.success(context);
> this.done(context.attrs);
> {code}
> This leads to:
> - done() being called before the step added in #success()
> - done() being called a second time from the step added in #complete()



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


wicket git commit: WICKET-6032 don't call done on redirect, it will be invoked from complete later

2015-11-12 Thread svenmeier
Repository: wicket
Updated Branches:
  refs/heads/wicket-6.x 6507bab6b -> 19f32b689


WICKET-6032 don't call done on redirect, it will be invoked from complete later


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/19f32b68
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/19f32b68
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/19f32b68

Branch: refs/heads/wicket-6.x
Commit: 19f32b68913c224588473b8750a76f3119c8cd15
Parents: 6507bab
Author: Sven Meier 
Authored: Thu Nov 12 11:02:06 2015 +0100
Committer: Sven Meier 
Committed: Thu Nov 12 11:02:06 2015 +0100

--
 .../main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery.js   | 1 -
 1 file changed, 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/wicket/blob/19f32b68/wicket-core/src/main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery.js
--
diff --git 
a/wicket-core/src/main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery.js 
b/wicket-core/src/main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery.js
index 916cd25..033dac3 100644
--- 
a/wicket-core/src/main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery.js
+++ 
b/wicket-core/src/main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery.js
@@ -774,7 +774,6 @@
// In case the page isn't really 
redirected. For example say the redirect is to an octet-stream.
// A file download popup will appear 
but the page in the browser won't change.
this.success(context);
-   this.done(context.attrs);
 
var rhttp  = /^http:\/\//,  // checks 
whether the string starts with http://
rhttps = /^https:\/\//; // checks 
whether the string starts with https://



wicket git commit: updated dependencies to 6.22.0-SNAPSHOT

2015-11-12 Thread svenmeier
Repository: wicket
Updated Branches:
  refs/heads/wicket-6.x 2866bd41c -> 6507bab6b


updated dependencies to 6.22.0-SNAPSHOT


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/6507bab6
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/6507bab6
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/6507bab6

Branch: refs/heads/wicket-6.x
Commit: 6507bab6b03d0bd3d0051236439a0c440f799c4c
Parents: 2866bd4
Author: Sven Meier 
Authored: Thu Nov 12 10:52:11 2015 +0100
Committer: Sven Meier 
Committed: Thu Nov 12 10:52:11 2015 +0100

--
 pom.xml | 40 
 1 file changed, 20 insertions(+), 20 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/wicket/blob/6507bab6/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 3ca36e8..3fff996 100644
--- a/pom.xml
+++ b/pom.xml
@@ -248,7 +248,7 @@

org.apache.wicket
wicket
-   6.21.0-SNAPSHOT
+   6.22.0-SNAPSHOT

@@ -257,109 +257,109 @@

org.apache.wicket
wicket-core
-   6.21.0-SNAPSHOT
+   6.22.0-SNAPSHOT
jar


org.apache.wicket
wicket-cdi
-   6.21.0-SNAPSHOT
+   6.22.0-SNAPSHOT
jar


org.apache.wicket
wicket-devutils
-   6.21.0-SNAPSHOT
+   6.22.0-SNAPSHOT
jar


org.apache.wicket
wicket-request
-   6.21.0-SNAPSHOT
+   6.22.0-SNAPSHOT
jar


org.apache.wicket
wicket-extensions
-   6.21.0-SNAPSHOT
+   6.22.0-SNAPSHOT
jar


org.apache.wicket
wicket-util
-   6.21.0-SNAPSHOT
+   6.22.0-SNAPSHOT
jar


org.apache.wicket
wicket-guice
-   6.21.0-SNAPSHOT
+   6.22.0-SNAPSHOT
jar


org.apache.wicket
wicket-ioc
-   6.21.0-SNAPSHOT
+   6.22.0-SNAPSHOT
jar


org.apache.wicket
wicket-jmx
-   6.21.0-SNAPSHOT
+   6.22.0-SNAPSHOT
jar


org.apache.wicket
wicket-spring
-   6.21.0-SNAPSHOT
+   6.22.0-SNAPSHOT
jar


org.apache.wicket
wicket-auth-roles
-   6.21.0-SNAPSHOT
+   6.22.0-SNAPSHOT
jar


org.apache.wicket
wicket-datetime
-   6.21.0-SNAPSHOT
+   6.22.0-SNAPSHOT
jar


org.apache.wicket
wicket-velocity
-   6.21.0-SNAPSHOT
+   6.22.0-SNAPSHOT
jar

 

[jira] [Commented] (WICKET-6024) Possible issue with Border and LoadableDetachableModel in 7.1.0

2015-11-12 Thread Martin Grigorov (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-6024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15001846#comment-15001846
 ] 

Martin Grigorov commented on WICKET-6024:
-

 

Apache Nexus

https://repository.apache.org/content/repositories/snapshots/

false


true





> Possible issue with Border and LoadableDetachableModel in 7.1.0
> ---
>
> Key: WICKET-6024
> URL: https://issues.apache.org/jira/browse/WICKET-6024
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket
>Affects Versions: 7.1.0
>Reporter: Lieven Poelman
>Assignee: Andrea Del Bene
>
> I have encountered an issue with Border objects and LoadableDetachableModels 
> in wicket 7.1.0. This issue does NOT occurr in 7.0.0.
> The issue is the following:
> - When wrapping a FormComponent in a Border object, everything works  as it 
> should
> - However for each FormComponent per Border in the Page/Parent component, the 
> detach/load is called once.
> - This causes a load call on the LoadableDetachableModel per component on the 
> page, for 20 input fields this causes 20 loads!
> It seems the Border's remove function is called twice.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (WICKET-6024) Possible issue with Border and LoadableDetachableModel in 7.1.0

2015-11-12 Thread Lieven Poelman (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-6024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15001825#comment-15001825
 ] 

Lieven Poelman commented on WICKET-6024:


Which repository contains the snapshot releases, since I have to reconfigure my 
local maven settings to make this work.

> Possible issue with Border and LoadableDetachableModel in 7.1.0
> ---
>
> Key: WICKET-6024
> URL: https://issues.apache.org/jira/browse/WICKET-6024
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket
>Affects Versions: 7.1.0
>Reporter: Lieven Poelman
>Assignee: Andrea Del Bene
>
> I have encountered an issue with Border objects and LoadableDetachableModels 
> in wicket 7.1.0. This issue does NOT occurr in 7.0.0.
> The issue is the following:
> - When wrapping a FormComponent in a Border object, everything works  as it 
> should
> - However for each FormComponent per Border in the Page/Parent component, the 
> detach/load is called once.
> - This causes a load call on the LoadableDetachableModel per component on the 
> page, for 20 input fields this causes 20 loads!
> It seems the Border's remove function is called twice.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)