Thread
:
Dynamically loading the jsp page to the application
View Single Post
#
2
(
permalink
)
04-07-2008, 12:35 PM
varunthecool
Member
Join Date: Jul 2007
Location: bangalore,india
Posts: 19
simple....use <form action="somefile.jsp" method="post">
use form elements
</form
in somefile.jsp
use request.getParameter(String)
varunthecool
View Public Profile
Send a private message to varunthecool
Find all posts by varunthecool