reiern70 commented on code in PR #571:
URL: https://github.com/apache/wicket/pull/571#discussion_r1163742483


##########
wicket-examples/src/main/java/org/apache/wicket/examples/upload/UploadToResourcePage.html:
##########
@@ -0,0 +1,39 @@
+<html xmlns:wicket="http://wicket.apache.org";>
+<head>
+    <title>Wicket Examples - upload</title>
+       <style>
+               legend { border: 1px solid #e9601a; background-color: #bbb; 
color: #fff; padding: 4px;}
+               fieldset { border: 1px solid #e9601a; padding: 10px; 
margin-top: 10px;}
+       </style>
+</head>
+<body>
+    <wicket:extend>
+
+       <p>Wicket can upload to a <strong>mounted to a resource.</strong></p>

Review Comment:
   Done



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to