martin-g commented on a change in pull request #382: WICKET-6688 add RFC and
replace eval with DOM eval
URL: https://github.com/apache/wicket/pull/382#discussion_r322735101
##########
File path:
wicket-core/src/main/java/org/apache/wicket/core/request/handler/IPartialPageRequestHandler.java
##########
@@ -78,6 +78,26 @@
*/
void appendJavaScript(CharSequence javascript);
+ /**
+ * Add function for remote call execution on client side after
components are replaced.
+ * <p>
+ * wicket-ajax-jquery will look for this function name inside of the
Wicket.Ajax.RFC namespace
Review comment:
How one register the function in this namespace ? This info would be very
useful here.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services