I have a JSP page 1 to addusers to the account.On submission of the form another JSP 2gets called and manipulates the parameters.If values are null i am returning an error message to the user.If values are not null i need to call a servlet which will run a backend script.
The thing here is to call the servlet on the condition if the values are not null.The JSP 2 should automatically trigger the servlet and pass the parameters contained in the JSP2 to the servlet on the condition if values are not null.
Is this possible?Can anyone direct me in the right path towards this?????
Thanks in advance