Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Servlets and the fly likes Passing parameters - help Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Passing parameters - help" Watch "Passing parameters - help" New topic
Author

Passing parameters - help

ammu vasanth
Ranch Hand

Joined: Sep 04, 2004
Posts: 47
Hi Ranchers

I have this jsp page with links to various forms , which are actually XML forms coded inside a servlet..(like ..if i click the "certificate" link , a certificate.xml is invoked with suitable parameters and displayed on the next page) my problem is, if i click certificate , iam getting a tab of all the forms inside the servlet and from there i have to choose the desired form again. for a click on certificate , i must get the certificate form alone..i tried with various set and get parameters but to no avail.

any help would be greatly appreciated.

thanks in advance.
Adeel Ansari
Ranch Hand

Joined: Aug 15, 2004
Posts: 2874
you can use different servlets for different requests. or just simply go for struts.
Mike Burnham
Greenhorn

Joined: Jun 06, 2001
Posts: 24
You should be able to pass a parameter embedded in the link that the servlet can check to respond with the correct form (i.e. html block keyed on this parameter). Is this what you have already tried?


SCJP 1.2
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Passing parameters - help
 
Similar Threads
Tricky form problem glad for any ideas or tell me its not possible
jQuery ajax on click of href
multisubmit
I can't use application and session to store data
button border appears on page click