Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Java > Java and JDK > J2EE
|
J2EE General J2EE (Java 2 Enterprise Edition) discussions. Questions not specific to EE will be redirected elsewhere.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the J2EE section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 5th, 2006, 10:49 AM
Registered User
 
Join Date: Aug 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default a problem in servlets

hi

  in our application devlopement there is a situation where we need to transfer control from one jsp to another jsp through servlet in such a way that if a user clicks on somthing like 1122 if the user clicks on this the control should go to another jsp.here the value 1122 is not a constant one it gets updated each time a user makes a request.
                     can sombody pls help me in handling this situatiuon.

 
Old August 10th, 2006, 03:37 PM
Friend of Wrox
 
Join Date: Jan 2006
Posts: 198
Thanks: 0
Thanked 0 Times in 0 Posts
Default

If a user is clicking on something, what URL are they going to? It seems like you want this to be a dynamic URL. Do you know how to do that? Then when the click comes through as a request, it seems like you want it to be handled dynamically. Do you know how to map a servlet to a wildcard URL? Or perhaps the dynamic part of your URL should just be a query parameter.

Why don't you just spell out what you've done so far so that people can see if you're heading in the right direction.

Jon Emerson
http://blogs.adobe.com/jon.emerson/





Similar Threads
Thread Thread Starter Forum Replies Last Post
Servlets achukuttan Servlets 1 March 26th, 2007 02:04 AM
Swings and servlets sharadagarwal BOOK: Beginning Java 2 3 September 12th, 2006 04:39 AM
Filters in servlets Ayusman Servlets 0 July 19th, 2005 07:46 AM
Configuration problem (Java Servlets) aramideabe Apache Tomcat 3 April 17th, 2005 06:44 AM
Email using servlets sonurijs Pro JSP 3 March 11th, 2005 02:37 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.