A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
Arduino in Action
this week in the
General Computing
forum!
A special promo:
Enter your blog post or vote on a blogger to be featured in an upcoming Journal
JavaRanch
»
Java Forums
»
Java
»
JSP
Author
i need syntax for single jsp multiple form?
karthik ekantha
Ranch Hand
Joined: Feb 08, 2012
Posts: 78
posted
Feb 25, 2012 02:50:59
0
single jsp like this
<%@ %> if (condition==1) {<% registeration page <% %> <html> <form> </form> </html> } if(con==2) { process.jsp <% %> <html> <form> </form> </html> }
i need syntax for differentiate multiple page in the single jsp
Seetharaman Venkatasamy
Ranch Hand
Joined: Jan 28, 2008
Posts: 5575
I like...
posted
Feb 25, 2012 03:03:47
1
what happened when you execute your code?
karthik ekantha
Ranch Hand
Joined: Feb 08, 2012
Posts: 78
posted
Feb 25, 2012 03:06:19
0
this is not a code .dont know how to create a single jsp muliple form with differentiate.
please give the syntax
Tim Moores
Rancher
Joined: Sep 21, 2011
Posts: 2407
posted
Feb 25, 2012 03:23:26
0
This looks like it should work; have you tried it?
<html> ... <form action="1.jsp"> </form> <form action="2.jsp"> </form> ... </html>
I agree. Here's the link:
http://zeroturnaround.com/jrebel
- it saves me about five hours per week
subject: i need syntax for single jsp multiple form?
Similar Threads
Designing HTML pages in eclipse
How to read and write text file generated by java code in HTML file?
getting data from html drop down list to jsp
Getting Values from a window to parent page
How specify the next page after form log on.
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter