Can a jsp page generate another jsp page?

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

  • If you do that you disable all the good things about JSP.
    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][=--

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories

In this Discussion