Skip to content

Commit 63c5346

Browse files
committed
Fixing the action of a button
1 parent ff2fef7 commit 63c5346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsf/file-upload/src/main/webapp/ajax-upload.xhtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<h1>Ajax File Upload</h1>
2424

2525
<h:form>
26-
<h:commandButton value="Traditional File Upload" action="ajax-upload"/><p/>
26+
<h:commandButton value="Traditional File Upload" action="index"/><p/>
2727
</h:form>
2828

2929
Pick a text file:

0 commit comments

Comments
 (0)