Hi,
I am new to AxKit, then there might by points I did not understood at this point.
I am testing axkit to rewrite an application already existing in Mod Perl. And I do
not know how to implement a quite simple feature. I did not find the answer in docs
nor Google.
At our Welcome Page say "/cgi/index.cgi", there is a Form like this :
<form action="/cgi/connexion.cgi">
<input type= ...
...
</form>
If the login and password are recognized, the main protected page is displayed. If not
recognized, the same login page is displayed with an error message.
Using XSP, I do not find a way to display a different page if user is not recognized.
And that will be the same for other forms we are using. How are you dealing with that
kind of errors? How can we :
- either redisplay the form with an error message on bad or missing fields
- either display next page.
Best regards,
G.