[jira] [Resolved] (WICKET-5882) AutoComplete suggestion list disappear when I click on autoComplete scrollbar in IE

2015-07-20 Thread Andrea Del Bene (JIRA)

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

Andrea Del Bene resolved WICKET-5882.
-
Resolution: Fixed

> AutoComplete suggestion list disappear when I click on autoComplete scrollbar 
> in IE
> ---
>
> Key: WICKET-5882
> URL: https://issues.apache.org/jira/browse/WICKET-5882
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket-extensions
>Affects Versions: 6.19.0, 7.0.0-M6
> Environment: operating system : 64-bit, Windows 7 Professional.
>Reporter: ramesh valasa
>Assignee: Andrea Del Bene
> Fix For: 6.21.0, 7.1.0
>
> Attachments: autocomplete.zip, autocompleteScroll.png
>
>
> I am using Wicket's(version 6.19.0) AutoCompleteTextField in my application 
> to a form component, 
> when I type something I will get the suggestion list and we will get a 
> horizontal scroll bar for the suggestion list.
> The problem is when I scroll to view the text suggestion list is 
> disappearing. This happens in all IE browser 
> versions IE8, IE9, IE10 and IE11.
> I have attached the image to show suggestion list with scroll bar.
>   and also the example zip file.



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


wicket git commit: WICKET-5882 Added a comment about this fix for IE

2015-07-20 Thread adelbene
Repository: wicket
Updated Branches:
  refs/heads/wicket-6.x d41544405 -> 20e3acce7


WICKET-5882 Added a comment about this fix for IE


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

Branch: refs/heads/wicket-6.x
Commit: 20e3acce7a936b517185bab1ddb96ccc10e99e39
Parents: d415444
Author: Andrea Del Bene 
Authored: Mon Jul 20 21:29:55 2015 +0200
Committer: Andrea Del Bene 
Committed: Mon Jul 20 21:30:39 2015 +0200

--
 .../ajax/markup/html/autocomplete/wicket-autocomplete.js   | 2 ++
 1 file changed, 2 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/wicket/blob/20e3acce/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/wicket-autocomplete.js
--
diff --git 
a/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/wicket-autocomplete.js
 
b/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/wicket-autocomplete.js
index 2b8b417..38bef90 100644
--- 
a/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/wicket-autocomplete.js
+++ 
b/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/wicket-autocomplete.js
@@ -96,6 +96,8 @@
Wicket.Event.add(obj, 'blur', function (jqEvent) {
var containerId=getMenuId()+"-container";

+   //workaround for IE. Clicks on scrollbar trigger
+   //'blur' event on input field. (See 
https://issues.apache.org/jira/browse/WICKET-5882)
if (containerId !== document.activeElement.id) {
window.setTimeout(hideAutoComplete, 
500);
}   



[jira] [Commented] (WICKET-5882) AutoComplete suggestion list disappear when I click on autoComplete scrollbar in IE

2015-07-20 Thread ASF subversion and git services (JIRA)

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

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

Commit 20e3acce7a936b517185bab1ddb96ccc10e99e39 in wicket's branch 
refs/heads/wicket-6.x from [~bitstorm]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=20e3acc ]

WICKET-5882 Added a comment about this fix for IE


> AutoComplete suggestion list disappear when I click on autoComplete scrollbar 
> in IE
> ---
>
> Key: WICKET-5882
> URL: https://issues.apache.org/jira/browse/WICKET-5882
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket-extensions
>Affects Versions: 6.19.0, 7.0.0-M6
> Environment: operating system : 64-bit, Windows 7 Professional.
>Reporter: ramesh valasa
>Assignee: Andrea Del Bene
> Fix For: 6.21.0, 7.1.0
>
> Attachments: autocomplete.zip, autocompleteScroll.png
>
>
> I am using Wicket's(version 6.19.0) AutoCompleteTextField in my application 
> to a form component, 
> when I type something I will get the suggestion list and we will get a 
> horizontal scroll bar for the suggestion list.
> The problem is when I scroll to view the text suggestion list is 
> disappearing. This happens in all IE browser 
> versions IE8, IE9, IE10 and IE11.
> I have attached the image to show suggestion list with scroll bar.
>   and also the example zip file.



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


[jira] [Commented] (WICKET-5882) AutoComplete suggestion list disappear when I click on autoComplete scrollbar in IE

2015-07-20 Thread ASF subversion and git services (JIRA)

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

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

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

WICKET-5882 Added a comment about this fix for IE


> AutoComplete suggestion list disappear when I click on autoComplete scrollbar 
> in IE
> ---
>
> Key: WICKET-5882
> URL: https://issues.apache.org/jira/browse/WICKET-5882
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket-extensions
>Affects Versions: 6.19.0, 7.0.0-M6
> Environment: operating system : 64-bit, Windows 7 Professional.
>Reporter: ramesh valasa
>Assignee: Andrea Del Bene
> Fix For: 6.21.0, 7.1.0
>
> Attachments: autocomplete.zip, autocompleteScroll.png
>
>
> I am using Wicket's(version 6.19.0) AutoCompleteTextField in my application 
> to a form component, 
> when I type something I will get the suggestion list and we will get a 
> horizontal scroll bar for the suggestion list.
> The problem is when I scroll to view the text suggestion list is 
> disappearing. This happens in all IE browser 
> versions IE8, IE9, IE10 and IE11.
> I have attached the image to show suggestion list with scroll bar.
>   and also the example zip file.



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


wicket git commit: WICKET-5882 Added a comment about this fix for IE

2015-07-20 Thread adelbene
Repository: wicket
Updated Branches:
  refs/heads/master 13b06ad0f -> 0f48a1e71


WICKET-5882 Added a comment about this fix for IE


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

Branch: refs/heads/master
Commit: 0f48a1e718cacb123936a4d86e4948ecb91aff27
Parents: 13b06ad
Author: Andrea Del Bene 
Authored: Mon Jul 20 21:29:55 2015 +0200
Committer: Andrea Del Bene 
Committed: Mon Jul 20 21:29:55 2015 +0200

--
 .../ajax/markup/html/autocomplete/wicket-autocomplete.js   | 2 ++
 1 file changed, 2 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/wicket/blob/0f48a1e7/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/wicket-autocomplete.js
--
diff --git 
a/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/wicket-autocomplete.js
 
b/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/wicket-autocomplete.js
index c64be00..96099e0 100644
--- 
a/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/wicket-autocomplete.js
+++ 
b/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/wicket-autocomplete.js
@@ -91,6 +91,8 @@
Wicket.Event.add(obj, 'blur', function (jqEvent) {
var containerId=getMenuId()+"-container";

+   //workaround for IE. Clicks on scrollbar trigger
+   //'blur' event on input field. (See 
https://issues.apache.org/jira/browse/WICKET-5882)
if (containerId !== document.activeElement.id) {
window.setTimeout(hideAutoComplete, 
500);
}   



[jira] [Commented] (WICKET-5882) AutoComplete suggestion list disappear when I click on autoComplete scrollbar in IE

2015-07-20 Thread ASF subversion and git services (JIRA)

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

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

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

WICKET-5882 AutoComplete suggestion list disappear when I click on autoComplete 
scrollbar in IE


> AutoComplete suggestion list disappear when I click on autoComplete scrollbar 
> in IE
> ---
>
> Key: WICKET-5882
> URL: https://issues.apache.org/jira/browse/WICKET-5882
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket-extensions
>Affects Versions: 6.19.0, 7.0.0-M6
> Environment: operating system : 64-bit, Windows 7 Professional.
>Reporter: ramesh valasa
>Assignee: Andrea Del Bene
> Fix For: 6.21.0, 7.1.0
>
> Attachments: autocomplete.zip, autocompleteScroll.png
>
>
> I am using Wicket's(version 6.19.0) AutoCompleteTextField in my application 
> to a form component, 
> when I type something I will get the suggestion list and we will get a 
> horizontal scroll bar for the suggestion list.
> The problem is when I scroll to view the text suggestion list is 
> disappearing. This happens in all IE browser 
> versions IE8, IE9, IE10 and IE11.
> I have attached the image to show suggestion list with scroll bar.
>   and also the example zip file.



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


wicket git commit: WICKET-5882 AutoComplete suggestion list disappear when I click on autoComplete scrollbar in IE

2015-07-20 Thread adelbene
Repository: wicket
Updated Branches:
  refs/heads/wicket-6.x bd03daa37 -> d41544405


WICKET-5882 AutoComplete suggestion list disappear when I click on autoComplete 
scrollbar in IE


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

Branch: refs/heads/wicket-6.x
Commit: d415444054f520662406b9c9dced4f3d270d5697
Parents: bd03daa
Author: Andrea Del Bene 
Authored: Mon Jul 20 19:56:01 2015 +0200
Committer: Andrea Del Bene 
Committed: Mon Jul 20 19:58:42 2015 +0200

--
 .../ajax/markup/html/autocomplete/wicket-autocomplete.js   | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/wicket/blob/d4154440/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/wicket-autocomplete.js
--
diff --git 
a/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/wicket-autocomplete.js
 
b/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/wicket-autocomplete.js
index 959bd2c..2b8b417 100644
--- 
a/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/wicket-autocomplete.js
+++ 
b/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/wicket-autocomplete.js
@@ -94,7 +94,11 @@
initialElement = obj;
 
Wicket.Event.add(obj, 'blur', function (jqEvent) {
-   window.setTimeout(hideAutoComplete, 500);
+   var containerId=getMenuId()+"-container";
+   
+   if (containerId !== document.activeElement.id) {
+   window.setTimeout(hideAutoComplete, 
500);
+   }   
});
 
Wicket.Event.add(obj, 'focus', function (jqEvent) {



buildbot success in ASF Buildbot on wicket-master

2015-07-20 Thread buildbot
The Buildbot has detected a restored build on builder wicket-master while 
building wicket. Full details are available at:
http://ci.apache.org/builders/wicket-master/builds/37

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: hemera_ubuntu

Build Reason: The SingleBranchScheduler scheduler named 
'on-wicket-master-commit' triggered this build
Build Source Stamp: [branch master] 13b06ad0f00f190976a2d60ee0107223ef2228ed
Blamelist: Andrea Del Bene 

Build succeeded!

Sincerely,
 -The Buildbot





[jira] [Commented] (WICKET-5882) AutoComplete suggestion list disappear when I click on autoComplete scrollbar in IE

2015-07-20 Thread ASF subversion and git services (JIRA)

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

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

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

WICKET-5882 AutoComplete suggestion list disappear when I click on autoComplete 
scrollbar in IE


> AutoComplete suggestion list disappear when I click on autoComplete scrollbar 
> in IE
> ---
>
> Key: WICKET-5882
> URL: https://issues.apache.org/jira/browse/WICKET-5882
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket-extensions
>Affects Versions: 6.19.0, 7.0.0-M6
> Environment: operating system : 64-bit, Windows 7 Professional.
>Reporter: ramesh valasa
>Assignee: Andrea Del Bene
> Fix For: 6.21.0, 7.1.0
>
> Attachments: autocomplete.zip, autocompleteScroll.png
>
>
> I am using Wicket's(version 6.19.0) AutoCompleteTextField in my application 
> to a form component, 
> when I type something I will get the suggestion list and we will get a 
> horizontal scroll bar for the suggestion list.
> The problem is when I scroll to view the text suggestion list is 
> disappearing. This happens in all IE browser 
> versions IE8, IE9, IE10 and IE11.
> I have attached the image to show suggestion list with scroll bar.
>   and also the example zip file.



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


wicket git commit: WICKET-5882 AutoComplete suggestion list disappear when I click on autoComplete scrollbar in IE

2015-07-20 Thread adelbene
Repository: wicket
Updated Branches:
  refs/heads/master 719e7e325 -> 13b06ad0f


WICKET-5882 AutoComplete suggestion list disappear when I click on autoComplete 
scrollbar in IE


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

Branch: refs/heads/master
Commit: 13b06ad0f00f190976a2d60ee0107223ef2228ed
Parents: 719e7e3
Author: Andrea Del Bene 
Authored: Mon Jul 20 19:56:01 2015 +0200
Committer: Andrea Del Bene 
Committed: Mon Jul 20 19:56:01 2015 +0200

--
 .../ajax/markup/html/autocomplete/wicket-autocomplete.js   | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/wicket/blob/13b06ad0/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/wicket-autocomplete.js
--
diff --git 
a/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/wicket-autocomplete.js
 
b/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/wicket-autocomplete.js
index 809fd5c..c64be00 100644
--- 
a/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/wicket-autocomplete.js
+++ 
b/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/wicket-autocomplete.js
@@ -89,7 +89,11 @@
initialElement = obj;
 
Wicket.Event.add(obj, 'blur', function (jqEvent) {
-   window.setTimeout(hideAutoComplete, 500);
+   var containerId=getMenuId()+"-container";
+   
+   if (containerId !== document.activeElement.id) {
+   window.setTimeout(hideAutoComplete, 
500);
+   }   
});
 
Wicket.Event.add(obj, 'focus', function (jqEvent) {



[jira] [Updated] (WICKET-5882) AutoComplete suggestion list disappear when I click on autoComplete scrollbar in IE

2015-07-20 Thread Andrea Del Bene (JIRA)

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

Andrea Del Bene updated WICKET-5882:

Fix Version/s: 7.1.0
   6.21.0

> AutoComplete suggestion list disappear when I click on autoComplete scrollbar 
> in IE
> ---
>
> Key: WICKET-5882
> URL: https://issues.apache.org/jira/browse/WICKET-5882
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket-extensions
>Affects Versions: 6.19.0, 7.0.0-M6
> Environment: operating system : 64-bit, Windows 7 Professional.
>Reporter: ramesh valasa
>Assignee: Andrea Del Bene
> Fix For: 6.21.0, 7.1.0
>
> Attachments: autocomplete.zip, autocompleteScroll.png
>
>
> I am using Wicket's(version 6.19.0) AutoCompleteTextField in my application 
> to a form component, 
> when I type something I will get the suggestion list and we will get a 
> horizontal scroll bar for the suggestion list.
> The problem is when I scroll to view the text suggestion list is 
> disappearing. This happens in all IE browser 
> versions IE8, IE9, IE10 and IE11.
> I have attached the image to show suggestion list with scroll bar.
>   and also the example zip file.



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


[jira] [Updated] (WICKET-5882) AutoComplete suggestion list disappear when I click on autoComplete scrollbar in IE

2015-07-20 Thread Andrea Del Bene (JIRA)

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

Andrea Del Bene updated WICKET-5882:

Affects Version/s: 7.0.0-M6

> AutoComplete suggestion list disappear when I click on autoComplete scrollbar 
> in IE
> ---
>
> Key: WICKET-5882
> URL: https://issues.apache.org/jira/browse/WICKET-5882
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket-extensions
>Affects Versions: 6.19.0, 7.0.0-M6
> Environment: operating system : 64-bit, Windows 7 Professional.
>Reporter: ramesh valasa
>Assignee: Andrea Del Bene
> Fix For: 6.21.0, 7.1.0
>
> Attachments: autocomplete.zip, autocompleteScroll.png
>
>
> I am using Wicket's(version 6.19.0) AutoCompleteTextField in my application 
> to a form component, 
> when I type something I will get the suggestion list and we will get a 
> horizontal scroll bar for the suggestion list.
> The problem is when I scroll to view the text suggestion list is 
> disappearing. This happens in all IE browser 
> versions IE8, IE9, IE10 and IE11.
> I have attached the image to show suggestion list with scroll bar.
>   and also the example zip file.



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


[jira] [Commented] (WICKET-5898) StackOverflowError after form submit with a validation error

2015-07-20 Thread Jesse Bonzo (JIRA)

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

Jesse Bonzo commented on WICKET-5898:
-

Will this fix be included in a 6.x release? I am seeing this same issue but 
moving to 7.x is not feasible at this time.

> StackOverflowError after form submit with a validation error
> 
>
> Key: WICKET-5898
> URL: https://issues.apache.org/jira/browse/WICKET-5898
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket
>Affects Versions: 7.0.0-M5
>Reporter: Vojtěch Krása
>Assignee: Andrea Del Bene
> Fix For: 7.0.0-M6
>
> Attachments: NestedTransparentContainer.zip
>
>
> I was not able to find a cause or make a small quickstart, but it has 
> something to do with a form validation, my workaround was to 
> setDefaultFormProcessing(false) or not use required TextFields.
> It can be reproduced on 
> https://github.com/krasa/DevSupportApp/tree/stackOverflow 
> 1) run StartVojtitkoDummy
> 2) go to 
> http://localhost:8765/wicket/bookmarkable/krasa.release.frontend.TokenizationPage
> 3) click on "Generate Release json" button 
> - instead of SOE, it should give a validation error, probably even on fields 
> which I would not want to validate, but that's just because I've made the 
> page badly... 
>  
> {code}
> java.lang.StackOverflowError: null
> ...
>   at org.apache.wicket.Component.getMarkup(Component.java:755)
>   at 
> org.apache.wicket.markup.html.panel.DefaultMarkupSourcingStrategy.getMarkup(DefaultMarkupSourcingStrategy.java:81)
>   at org.apache.wicket.MarkupContainer.getMarkup(MarkupContainer.java:453)
>   at 
> org.apache.wicket.markup.html.panel.AbstractMarkupSourcingStrategy$1.component(AbstractMarkupSourcingStrategy.java:74)
>   at 
> org.apache.wicket.markup.html.panel.AbstractMarkupSourcingStrategy$1.component(AbstractMarkupSourcingStrategy.java:66)
>   at org.apache.wicket.util.visit.Visits.visitChildren(Visits.java:144)
>   at org.apache.wicket.util.visit.Visits.visitChildren(Visits.java:123)
>   at 
> org.apache.wicket.MarkupContainer.visitChildren(MarkupContainer.java:862)
>   at 
> org.apache.wicket.markup.html.panel.AbstractMarkupSourcingStrategy.searchMarkupInTransparentResolvers(AbstractMarkupSourcingStrategy.java:65)
>   at 
> org.apache.wicket.markup.html.panel.DefaultMarkupSourcingStrategy.getMarkup(DefaultMarkupSourcingStrategy.java:99)
>   at org.apache.wicket.MarkupContainer.getMarkup(MarkupContainer.java:453)
>   at org.apache.wicket.Component.getMarkup(Component.java:755)
>   at 
> org.apache.wicket.markup.html.panel.DefaultMarkupSourcingStrategy.getMarkup(DefaultMarkupSourcingStrategy.java:81)
>   at org.apache.wicket.MarkupContainer.getMarkup(MarkupContainer.java:453)
>   at 
> org.apache.wicket.markup.html.panel.AbstractMarkupSourcingStrategy$1.component(AbstractMarkupSourcingStrategy.java:74)
>   at 
> org.apache.wicket.markup.html.panel.AbstractMarkupSourcingStrategy$1.component(AbstractMarkupSourcingStrategy.java:66)
>   at org.apache.wicket.util.visit.Visits.visitChildren(Visits.java:144)
>   at org.apache.wicket.util.visit.Visits.visitChildren(Visits.java:123)
>   at 
> org.apache.wicket.MarkupContainer.visitChildren(MarkupContainer.java:862)
>   at 
> org.apache.wicket.markup.html.panel.AbstractMarkupSourcingStrategy.searchMarkupInTransparentResolvers(AbstractMarkupSourcingStrategy.java:65)
>   at 
> org.apache.wicket.markup.html.panel.DefaultMarkupSourcingStrategy.getMarkup(DefaultMarkupSourcingStrategy.java:99)
>   at org.apache.wicket.MarkupContainer.getMarkup(MarkupContainer.java:453)
>   at org.apache.wicket.Component.getMarkup(Component.java:755)
>   at 
> org.apache.wicket.markup.html.panel.DefaultMarkupSourcingStrategy.getMarkup(DefaultMarkupSourcingStrategy.java:81)
>   at org.apache.wicket.MarkupContainer.getMarkup(MarkupContainer.java:453)
>   at 
> org.apache.wicket.markup.html.panel.AbstractMarkupSourcingStrategy$1.component(AbstractMarkupSourcingStrategy.java:74)
>   at 
> org.apache.wicket.markup.html.panel.AbstractMarkupSourcingStrategy$1.component(AbstractMarkupSourcingStrategy.java:66)
>   at org.apache.wicket.util.visit.Visits.visitChildren(Visits.java:144)
>   at org.apache.wicket.util.visit.Visits.visitChildren(Visits.java:123)
>   at 
> org.apache.wicket.MarkupContainer.visitChildren(MarkupContainer.java:862)
>   at 
> org.apache.wicket.markup.html.panel.AbstractMarkupSourcingStrategy.searchMarkupInTransparentResolvers(AbstractMarkupSourcingStrategy.java:65)
>   at 
> org.apache.wicket.markup.html.panel.DefaultMarkupSourcingStrategy.getMarkup(DefaultMarkupSourcingStrategy.java:99)
>   at org.apache.wick

wicket-site git commit: WICKET-5954 Broken links in new site

2015-07-20 Thread adelbene
Repository: wicket-site
Updated Branches:
  refs/heads/asf-site fe44713e7 -> 8ae24c521


WICKET-5954 Broken links in new site


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

Branch: refs/heads/asf-site
Commit: 8ae24c521d20decfeea6f9c1ea1c896827773f42
Parents: fe44713
Author: Andrea Del Bene 
Authored: Mon Jul 20 11:18:51 2015 +0200
Committer: Andrea Del Bene 
Committed: Mon Jul 20 11:18:51 2015 +0200

--
 _posts/2012/2012-12-14-wicket-6.4.0-released.md | 2 +-
 _posts/2014/2014-01-05-wicket-6.13.0-released.md| 2 +-
 _posts/2014/2014-02-06-wicket-1.4.23-released.md| 2 +-
 _posts/2014/2014-02-20-wicket-6.14.0-released.md| 4 ++--
 content/atom.xml| 2 +-
 content/news/2012/12/14/wicket-6.4.0-released.html  | 2 +-
 content/news/2014/01/05/wicket-6.13.0-released.html | 2 +-
 content/news/2014/02/06/wicket-1.4.23-released.html | 2 +-
 content/news/2014/02/20/wicket-6.14.0-released.html | 2 +-
 content/news/2014/02/index.html | 2 +-
 10 files changed, 11 insertions(+), 11 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/wicket-site/blob/8ae24c52/_posts/2012/2012-12-14-wicket-6.4.0-released.md
--
diff --git a/_posts/2012/2012-12-14-wicket-6.4.0-released.md 
b/_posts/2012/2012-12-14-wicket-6.4.0-released.md
index 19fcf1e..ef8ded0 100644
--- a/_posts/2012/2012-12-14-wicket-6.4.0-released.md
+++ b/_posts/2012/2012-12-14-wicket-6.4.0-released.md
@@ -86,7 +86,7 @@ Have fun!
 
  Sub-task
 
- * [WICKET-4880](WICKET-4880) - Make it possible to override the Ajax behavior 
of AjaxSubmitLink and AjaxButton
+ * [WICKET-4880](https://issues.apache.org/jira/browse/WICKET-4880) - Make it 
possible to override the Ajax behavior of AjaxSubmitLink and AjaxButton
 
  Bug
 

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/8ae24c52/_posts/2014/2014-01-05-wicket-6.13.0-released.md
--
diff --git a/_posts/2014/2014-01-05-wicket-6.13.0-released.md 
b/_posts/2014/2014-01-05-wicket-6.13.0-released.md
index 13e68e3..42a63c4 100644
--- a/_posts/2014/2014-01-05-wicket-6.13.0-released.md
+++ b/_posts/2014/2014-01-05-wicket-6.13.0-released.md
@@ -60,7 +60,7 @@ The contents:
  - Lost in redirection with Apache Wicket (Appendix)
  - Contributing to this guide (Appendix)
 
-Read more in the ["User guide"](http://wicket.apache.org/start/userguide.html).
+Read more in the ["User 
guide"](http://wicket.apache.org/learn/#wicket-user-guide).
 
 
 ### New CDI-1.1 integration project

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/8ae24c52/_posts/2014/2014-02-06-wicket-1.4.23-released.md
--
diff --git a/_posts/2014/2014-02-06-wicket-1.4.23-released.md 
b/_posts/2014/2014-02-06-wicket-1.4.23-released.md
index d8a433b..316add4 100644
--- a/_posts/2014/2014-02-06-wicket-1.4.23-released.md
+++ b/_posts/2014/2014-02-06-wicket-1.4.23-released.md
@@ -4,7 +4,7 @@ title: Wicket 1.4.23 released
 ---
 
 This is twenty thirdth release of the Wicket 1.4.x series. This is a security 
bugfix release on the 1.4.x branch.
-Read [CVE-2013-2055](/2014/02/06/cve-2013-2055.html) for more information.
+Read [CVE-2013-2055](/news/2014/02/06/cve-2013-2055.html) for more information.
 
 * [Git 
tag](http://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/wicket-1.4.23)
 * To use in Maven:

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/8ae24c52/_posts/2014/2014-02-20-wicket-6.14.0-released.md
--
diff --git a/_posts/2014/2014-02-20-wicket-6.14.0-released.md 
b/_posts/2014/2014-02-20-wicket-6.14.0-released.md
index c1484a6..8691852 100644
--- a/_posts/2014/2014-02-20-wicket-6.14.0-released.md
+++ b/_posts/2014/2014-02-20-wicket-6.14.0-released.md
@@ -15,7 +15,7 @@ to 6.0.0.
 This release fixes 34 bugs and adds the following improvements:
 
  * JQuery upgraded from 1.10.2 to 1.11.0
- * Fix for [CVE-2014-0043](/2014/02/21/cve-2014-0043.html)
+ * Fix for [CVE-2014-0043](/news/2014/02/21/cve-2014-0043.html)
  * Wicket Session may not be saved in the SessionStore (Http Session) under 
some conditions and lead to lost state
  * Update classes copied from commons-fileupload to fix CVE-2014-0050
  * Allow