kizzieb
Posts: 5
|
| Posted: 10/24/2007, 4:21 AM |
|
Hello I want to add an error message to the login screen. For example, if the username or password is left blank it return a errors message ie "username" is required.
Could you advise how I could do this? (login.jsp)
|
 |
 |
mrachow
Posts: 509
|
| Posted: 10/24/2007, 9:05 AM |
|
When using the Authentication Builder the TextBoxes for login and password are prepared to do this right from the beginning.
But you can in general achieve just that behavior setting the property Required of the desired control to Yes.
_________________
Best regards,
Michael |
 |
 |
|