-
View: createstudentuser.jsp
Form validation: utilities.js - validateRegistration()
Processor Serviette: RegistrationProcessor.java
Success: forward to welcome.jsp
Fail: loginform.jsp with error-m…
-
The LoginForm and RegistrationForm components allow you to specify an onSubmitError() event that can be used to perform an action when the form submits erroneously. Is there a way to do this for the …
ghost updated
7 years ago
-
Hi!
I'm new to Qwik and Modular Forms, congrats for your project.
I've had a login page to my new project and as a Firefox user I have a problem when submitting the form.
Firefox autofills the fi…
-
Hey Fabian,
I'm testing modular forms with Qwik. I'm using the component from the playground Git repository and have successfully created a custom toPhoneNumber function. It formats a 10-digit num…
ucod3 updated
9 months ago
-
```jsx
var Singleton = function (name) {
this.name = name;
};
// 这个就是那个变量用来标示是否为某个类创建过对象
Singleton.instance = null;
Singleton.prototype.getName = function () {
alert(this.name);
};
Sing…
-
### Steps to reproduce
Open any dialog form, for example, Game creation. There is no autofocus on the first input
![image](https://user-images.githubusercontent.com/32278933/94709105-05870800-03…
-
-
我配置好config之后尝试在windows电脑上直接python index.py后报错如题
![image](https://user-images.githubusercontent.com/80627671/208888201-39547d03-b40e-41e9-bf25-573408b6d7cb.png)
![image](https://user-images.githubuse…
-
-
Hi,
I had some strange errors on a server with several dns alias names like:
srvx.sub.c
srvy.sub.c
srvy.sub.sub.c
srvz.sub.c
The primary name is srvx.sub.sub.c
Versions:
Tomcat Version : A…