Skip to content

Commit ebce333

Browse files
authored
#1150 implemented getForm() in ButtonAjaxPostBehavior (#1151)
1 parent 8249ba0 commit ebce333

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

wicketstuff-jquery-ui-parent/wicketstuff-jquery-ui/src/main/java/org/wicketstuff/jquery/ui/widget/dialog/ButtonAjaxPostBehavior.java

+4
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ public ButtonAjaxPostBehavior(IJQueryAjaxAware source, DialogButton button, Form
4545
this.form = form;
4646
}
4747

48+
public final Form<?> getForm(){
49+
return this.form;
50+
}
51+
4852
/**
4953
* The form may intentionally be null
5054
*/

0 commit comments

Comments
 (0)