You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by CedricGatay <gi...@git.apache.org> on 2013/05/02 20:36:53 UTC

wicket pull request: Fix for WICKET-4831

GitHub user CedricGatay opened a pull request:

    https://github.com/apache/wicket/pull/38

    Fix for WICKET-4831

    Modified FeedbackPanel as per comments of the issue.
    Modified default css files to reflect this changes.
    
    No unit test for this one, I tried playing with TagTester but was unable to get TagTester for  "feedbackul" and other components.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/CedricGatay/wicket WICKET-4831

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/wicket/pull/38.patch

----
commit bc050195d0bfbb3c5526bb2a0daaeef4d06ea7f9
Author: Cedric Gatay <ce...@gatay.fr>
Date:   2013-05-02T18:33:38Z

    Fix for WICKET-4831
    
    Modified FeedbackPanel as per comments of the issue.
    Modified default css files to reflect this changes.

----