Waspman
Posts: 948
|
| Posted: 10/29/2007, 1:55 AM |
|
Anybody know why error messages disappears when the login form is in a panel?
_________________
http://www.waspmedia.co.uk |
 |
 |
mamboBROWN
Posts: 1713
|
| Posted: 10/29/2007, 8:55 PM |
|
Waspman
By any chance is the {error} coding in the panel too??
|
 |
 |
Waspman
Posts: 948
|
| Posted: 10/30/2007, 11:57 PM |
|
Yep, its a login form which is hidden once the user logs in.
Shown to start with and I want the error to inform the user when the UN or PW is wrong, as per usual.
T
_________________
http://www.waspmedia.co.uk |
 |
 |
mamboBROWN
Posts: 1713
|
| Posted: 10/31/2007, 6:56 PM |
|
Waspman
Maybe what you can do is create a label inside another panel that becomes active when the login panel is inactive. Then you can feed any error messages to the active label.
|
 |
 |
Waspman
Posts: 948
|
| Posted: 11/03/2007, 6:56 AM |
|
Why won't the standard error message appear is my question?
T
_________________
http://www.waspmedia.co.uk |
 |
 |
mamboBROWN
Posts: 1713
|
| Posted: 11/04/2007, 8:25 AM |
|
Waspman
Have you tried contacting support to see if they can assist you in the manner ( http://support.yessoftware.com )??
If {error} appears in the login grid code then when the login grid is active (and the panel is visible) then the error message should be active but if the panel is not visible then the error message will not be active being that it is a part of the login grid that is in the panel. This is why I suggested creating a label outside of the panel which contains the error message.
|
 |
 |
Waspman
Posts: 948
|
| Posted: 11/05/2007, 2:03 PM |
|
Exactly when the login form is visible and the user fails to enter the correct details then as always there should be an error displayed.
If the login is correct the userID determines the forms visiblity.
I've done it another way, but I just wondered, no biggy
Thanks
T
_________________
http://www.waspmedia.co.uk |
 |
 |