File tree 1 file changed +0
-4
lines changed
src/main/java/com/gitblit/wicket/panels
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 24
24
import org .apache .wicket .ajax .markup .html .form .AjaxButton ;
25
25
import org .apache .wicket .markup .html .basic .Label ;
26
26
import org .apache .wicket .markup .html .form .Form ;
27
- import org .apache .wicket .markup .html .panel .FeedbackPanel ;
28
27
import org .apache .wicket .markup .repeater .Item ;
29
28
import org .apache .wicket .markup .repeater .data .DataView ;
30
29
import org .apache .wicket .markup .repeater .data .ListDataProvider ;
@@ -124,9 +123,6 @@ public void onClick(AjaxRequestTarget target) {
124
123
"span5" ,
125
124
keyComment ));
126
125
127
- // final FeedbackPanel feedback = new FeedbackPanel("feedback");
128
- // feedback.setOutputMarkupId(true);
129
- // addKeyForm.add(feedback);
130
126
addKeyForm .add (new AjaxButton ("addKeyButton" ) {
131
127
132
128
private static final long serialVersionUID = 1L ;
You can’t perform that action at this time.
0 commit comments