Skip to content

Commit 61ff144

Browse files
Update README.md
1 parent a446237 commit 61ff144

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

java/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public class MyController {
7676
}
7777
```
7878

79-
In the upper part of the View file, it is first checked whether the submit button has been clicked or not, if it has been clicked, an instance of the WebForms class is created, then the WebForms methods are called, and then the response method is printed on the screen, and other parts Views are not displayed.
79+
In the Controller, it is first checked whether the submit button has been clicked or not, if it has been clicked, an instance of the WebForms class is created, then the WebForms methods are called, and then the response method is printed on the screen, and other parts Views are not displayed.
8080
Please note that if the submit button is not clicked (initial request), the view page will be displayed completely for the requester.
8181

8282
As you can see, the WebFormsJS script has been added in the header section of the View file above.
@@ -97,3 +97,4 @@ In addition to the Java programming language, you can use the WebForms classes l
9797
- Ceylon
9898
- Fantom
9999
- JPHP
100+

0 commit comments

Comments
 (0)