This is an automated email from the ASF dual-hosted git repository.

reiern70 pushed a change to branch WICKET-6878
in repository https://gitbox.apache.org/repos/asf/wicket.git.


    from 2dd9bf8  [WICKET-6876] add an AJAX behavior to transfer client side 
files information to server side (when a file/files is/are selected for upload 
at client side).
     add 356ab8f  [WICKET-6876] minor improvements

No new revisions were added by this update.

Summary of changes:
 ...tedBehavior.java => FilesSelectedBehavior.java} | 28 ++++++++++------------
 ...electedBehavior.js => FilesSelectedBehavior.js} | 26 ++++++++++----------
 .../wicket/examples/ajax/builtin/EffectsPage.html  |  9 -------
 ...eUploadPage$MultipleFileUploadsSamplePanel.html |  2 +-
 .../examples/ajax/builtin/FileUploadPage.java      |  8 +++----
 5 files changed, 29 insertions(+), 44 deletions(-)
 rename 
wicket-core/src/main/java/org/apache/wicket/markup/html/form/upload/{OnFilesSelectedBehavior.java
 => FilesSelectedBehavior.java} (82%)
 rename 
wicket-core/src/main/java/org/apache/wicket/markup/html/form/upload/{OnFilesSelectedBehavior.js
 => FilesSelectedBehavior.js} (76%)

Reply via email to