[jira] [Created] (WICKET-4621) Add constructor that accepts IModelString for AbstractColumn's header

2012-06-22 Thread Martin Grigorov (JIRA)
Martin Grigorov created WICKET-4621: --- Summary: Add constructor that accepts IModelString for AbstractColumn's header Key: WICKET-4621 URL: https://issues.apache.org/jira/browse/WICKET-4621 Project:

[2/3] git commit: WICKET-4621 Add constructor that accepts IModelString for AbstractColumn's header

2012-06-22 Thread mgrigorov
WICKET-4621 Add constructor that accepts IModelString for AbstractColumn's header Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/f0a782c5 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/f0a782c5 Diff:

[3/3] git commit: Make a variable constant.

2012-06-22 Thread mgrigorov
Make a variable constant. Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/16953285 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/16953285 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/16953285 Branch:

[1/3] git commit: Fix minor warnings in the IDE

2012-06-22 Thread mgrigorov
Updated Branches: refs/heads/master 950a8b77e - 73daaec32 Fix minor warnings in the IDE Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/73daaec3 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/73daaec3 Diff:

[jira] [Resolved] (WICKET-4621) Add constructor that accepts IModelString for AbstractColumn's header

2012-06-22 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-4621. - Resolution: Fixed Fix Version/s: 6.0.0-RC1 Add constructor that accepts

git commit: WICKET-4621 Add constructor that accepts IModelString for AbstractColumn's header

2012-06-22 Thread mgrigorov
Updated Branches: refs/heads/master 73daaec32 - 842043034 WICKET-4621 Add constructor that accepts IModelString for AbstractColumn's header Add such constructor for all specializations of AbstractColumn Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit:

[jira] [Created] (WICKET-4622) Optimize PageExpiredException to not load its stacktrace

2012-06-22 Thread Martin Grigorov (JIRA)
Martin Grigorov created WICKET-4622: --- Summary: Optimize PageExpiredException to not load its stacktrace Key: WICKET-4622 URL: https://issues.apache.org/jira/browse/WICKET-4622 Project: Wicket

git commit: WICKET-4622 Optimize PageExpiredException to not load its stacktrace

2012-06-22 Thread mgrigorov
Updated Branches: refs/heads/master 842043034 - 07a0003cf WICKET-4622 Optimize PageExpiredException to not load its stacktrace Remove the 'synchronized' for ReplaceHandlerException because it is not really needed, we just return null. Project:

[jira] [Resolved] (WICKET-4622) Optimize PageExpiredException to not load its stacktrace

2012-06-22 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-4622. - Resolution: Fixed Optimize PageExpiredException to not load its stacktrace

[CONF] Apache Wicket Wicket without web.xml (embedded Jetty)

2012-06-22 Thread confluence
Wicket without web.xml (embedded Jetty) Page edited by Pouyan Fotouhi Tehrani Changes (1) ... ServletContextHandler sch = new

[jira] [Created] (WICKET-4623) UploadProgressBar does not show up if the form submitted by AjaxButton or AjaxLink

2012-06-22 Thread Sandor Feher (JIRA)
Sandor Feher created WICKET-4623: Summary: UploadProgressBar does not show up if the form submitted by AjaxButton or AjaxLink Key: WICKET-4623 URL: https://issues.apache.org/jira/browse/WICKET-4623

[jira] [Updated] (WICKET-4624) requestcyclelistener which registers and retrieves pagerequesthandler in a request

2012-06-22 Thread vineet semwal (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] vineet semwal updated WICKET-4624: -- Attachment: handler.jar quickstart requestcyclelistener which registers and

git commit: WICKET-4618 Make resource lookup prefixes configurable for 1.5

2012-06-22 Thread cmenzel
Updated Branches: refs/heads/wicket-1.5.x 6f7236897 - d274f682b WICKET-4618 Make resource lookup prefixes configurable for 1.5 Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/d274f682 Tree:

[CONF] Apache Wicket Migration to Wicket 6.0

2012-06-22 Thread confluence
Migration to Wicket 6.0 Page edited by Carl-Eric Menzel Changes (1) ... Provided that the field has a Number label. h4. onSubmit

[jira] [Resolved] (WICKET-4575) AjaxButton / AjaxFormSubmitBehavior behaviour in wicket 1.5

2012-06-22 Thread Carl-Eric Menzel (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl-Eric Menzel resolved WICKET-4575. -- Resolution: Fixed Commited the patches to both 1.5 and 6.0.

[jira] [Resolved] (WICKET-4618) ResourceStreamLocator does a hard-coded resource lookup in META-INF/resources

2012-06-22 Thread Carl-Eric Menzel (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl-Eric Menzel resolved WICKET-4618. -- Resolution: Fixed Fix Version/s: 1.5.8 Fixed in 1.5.x. New method

[jira] [Commented] (WICKET-4618) ResourceStreamLocator does a hard-coded resource lookup in META-INF/resources

2012-06-22 Thread Carl-Eric Menzel (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13399305#comment-13399305 ] Carl-Eric Menzel commented on WICKET-4618: -- Not yet fixed in 6.0, but that will

[CONF] Apache Wicket Wicket without web.xml (embedded Jetty)

2012-06-22 Thread confluence
Wicket without web.xml (embedded Jetty) Page edited by Pouyan Fotouhi Tehrani Changes (2) ... h3. Configure Jetty to start WebApplication

[jira] [Created] (WICKET-4625) ServletWebRequest#getContextRelativeUrl() sometimes chops off leading characters

2012-06-22 Thread Darryl L. Miles (JIRA)
Darryl L. Miles created WICKET-4625: --- Summary: ServletWebRequest#getContextRelativeUrl() sometimes chops off leading characters Key: WICKET-4625 URL: https://issues.apache.org/jira/browse/WICKET-4625

[jira] [Commented] (WICKET-4623) UploadProgressBar does not show up if the form submitted by AjaxButton or AjaxLink

2012-06-22 Thread Sven Meier (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13399443#comment-13399443 ] Sven Meier commented on WICKET-4623: I've added a progressBar to example's

[jira] [Commented] (WICKET-4625) ServletWebRequest#getContextRelativeUrl() sometimes chops off leading characters

2012-06-22 Thread Darryl L. Miles (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13399520#comment-13399520 ] Darryl L. Miles commented on WICKET-4625: - WICKET-4625

[jira] [Commented] (WICKET-4625) ServletWebRequest#getContextRelativeUrl() sometimes chops off leading characters

2012-06-22 Thread Darryl L. Miles (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13399528#comment-13399528 ] Darryl L. Miles commented on WICKET-4625: - Note I think that in the scenario

[jira] [Updated] (WICKET-4625) ServletWebRequest#getContextRelativeUrl() sometimes chops off leading characters

2012-06-22 Thread Darryl L. Miles (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Darryl L. Miles updated WICKET-4625: Affects Version/s: 1.5.7 ServletWebRequest#getContextRelativeUrl() sometimes chops

[jira] [Created] (WICKET-4626) WicketFilter unify the filterPath

2012-06-22 Thread Darryl L. Miles (JIRA)
Darryl L. Miles created WICKET-4626: --- Summary: WicketFilter unify the filterPath Key: WICKET-4626 URL: https://issues.apache.org/jira/browse/WICKET-4626 Project: Wicket Issue Type: Bug

[jira] [Updated] (WICKET-4626) WicketFilter unify the filterPath

2012-06-22 Thread Darryl L. Miles (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Darryl L. Miles updated WICKET-4626: Description: WICKET-4626 WicketFilter unify the filterPath Use of getter/setter

[jira] [Updated] (WICKET-4626) WicketFilter unify the filterPath

2012-06-22 Thread Darryl L. Miles (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Darryl L. Miles updated WICKET-4626: Attachment: 0001-WICKET-4626-WicketFilter-unify-the-filterPath.patch PATCH ATTACHED