Results 1 to 4 of 4
- 04-02-2008, 06:05 AM #1
Member
- Join Date
- Mar 2008
- Posts
- 2
- Rep Power
- 0
Dynamically loading the jsp page to the application
hi i am building a application and in that application the user should be able to create forms with the form elements he wants i.e a normal form which we fill to apply for anything.
I would like to know how can i do this.He should be able to get the values that are entered in the form.Last edited by shekar; 04-03-2008 at 06:32 AM.
- 04-07-2008, 11:35 AM #2
Member
- Join Date
- Jul 2007
- Location
- bangalore,india
- Posts
- 19
- Rep Power
- 0
simple....use <form action="somefile.jsp" method="post">
use form elements
</form
in somefile.jsp
use request.getParameter(String)
- 04-07-2008, 02:11 PM #3
Member
- Join Date
- Mar 2008
- Posts
- 2
- Rep Power
- 0
will the user be able to create form himself that is add text box,check box etc .. to the page
- 04-09-2008, 03:28 PM #4
Member
- Join Date
- Jul 2007
- Location
- bangalore,india
- Posts
- 19
- Rep Power
- 0
Similar Threads
-
How to display Tabuler Data in J2EE application on jsp page
By AMATYA-CHANAKYA in forum Advanced JavaReplies: 2Last Post: 04-23-2008, 05:54 PM -
Launching an application from another application dynamically
By Java Tip in forum Java TipReplies: 0Last Post: 02-16-2008, 09:31 PM -
How to insertdata into xmltemplate dynamically
By tapas in forum XMLReplies: 0Last Post: 01-09-2008, 11:18 AM -
How to get the URL of a web page through a Java application?
By vissu007 in forum NetworkingReplies: 3Last Post: 06-28-2007, 10:56 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks