Client-side validation and server-side validation are not the same
thing. Server can receive new instructions that client is not aware of.
Below, I have lowered the max priority from 10 to 5, without refreshing
the add view.
Here, the page has been refreshed:
Was managing to have the tasks show up on the tasks list by making tasks a global
variable. Problem was, every instance of the Tasks list had the same tasks on it.
By creating a session and migrating the data (to a table), now have
effierent concurrent sessions.
No comments:
Post a Comment