git commit: WICKET-4768: remove unneeded whitespace in TabbedPanel

2012-09-22 Thread papegaaij
Updated Branches: refs/heads/master 1ac055336 - 492034e3a WICKET-4768: remove unneeded whitespace in TabbedPanel Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/492034e3 Tree:

[jira] [Assigned] (WICKET-4768) Whitespace in TabbedPanel markup causes layout issues

2012-09-22 Thread Emond Papegaaij (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emond Papegaaij reassigned WICKET-4768: --- Assignee: Emond Papegaaij Whitespace in TabbedPanel markup causes layout

[jira] [Resolved] (WICKET-4768) Whitespace in TabbedPanel markup causes layout issues

2012-09-22 Thread Emond Papegaaij (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emond Papegaaij resolved WICKET-4768. - Resolution: Fixed The whitespace inside the li is removed, as suggested.

[jira] [Assigned] (WICKET-4773) ComponentFeedbackPanel broken under Wicket 6.0.0 when RenderStrategy.REDIRECT_TO_RENDER

2012-09-22 Thread Emond Papegaaij (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emond Papegaaij reassigned WICKET-4773: --- Assignee: Emond Papegaaij ComponentFeedbackPanel broken under Wicket 6.0.0

git commit: WICKET-4773: do not clear reporter until the message is rendered

2012-09-22 Thread papegaaij
Updated Branches: refs/heads/master 492034e3a - bf8a9576c WICKET-4773: do not clear reporter until the message is rendered Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/bf8a9576 Tree:

[jira] [Resolved] (WICKET-4773) ComponentFeedbackPanel broken under Wicket 6.0.0 when RenderStrategy.REDIRECT_TO_RENDER

2012-09-22 Thread Emond Papegaaij (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emond Papegaaij resolved WICKET-4773. - Resolution: Fixed The code that clears the reporter was added long ago for WICKET-2384