google-code-export / wiquery

Automatically exported from code.google.com/p/wiquery
MIT License
1 stars 1 forks source link

missing parenthese on AjaxDialogScope.java #246

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
on wiquery 1.5.4 I think there a missing parenthese ')' on the 
AjaxDialogScope.java file at line 41 :

.append(getDialog().getAjaxBehavior().generateCallbackScript("wicketAjaxGet(url"
))
                                                                               ▲
                                                                missing )   ───┘

Duto

Original issue reported on code.google.com by dutrieux...@gmail.com on 16 Apr 2012 at 6:25

GoogleCodeExporter commented 9 years ago
no this is correct because of the weird behaviour of wicket.

Original comment by hielke.hoeve on 8 May 2012 at 4:52

GoogleCodeExporter commented 9 years ago

Original comment by hielke.hoeve on 22 May 2012 at 7:43