| | Generating JSP pages dynamically Writing & Reading Files With Jsp I want to create a JSP page that has a text field.When the user enters some text and clicks on submit button, a url address of a jsp page be generated which should now contain the text entered by the user. Please let me know how this could be done. Thanks |

