hi all,
can a jsp page generate another jsp page? becasue i want to make a page for the user to input some information and then generate a page contains the information and save in a specified folder of the web server.
I have no idea on how to kick it off, pleas help.
cheers,
ypc
Comments
JSP is ment to be dynamic with its code and the thing you want to do is to throw that all away.
Why don't you use a database. Because what i made up from your question all the users put in the same kind of information.
Let a standard JSP page connect to the databse, get the data and put in the JSP page.
This way you won't have to generate all those files, because your disk will get full one day and it'll generate a lot of processor time.
I don't think it would be a good idea.
--=][tReShR][=--