Subject: Want one Action servlet to forward to another Action servlet
From: [EMAIL PROTECTED] (Joe Fischer)
===
My idea is to have an Action servlet query a database to
search on a name. If multiple names come back, it will forward to a
selection jsp that allows me to select the desired name and then go to
a "details" Action servlet. That works fine. But, if the first
servlet finds an exact name match, then it should by-pass the multiple
selection page and go straight to the "display" details Action
servlet. This servlet needs to make addition queries on the database,
set up some info beans (similar to entity EJBs) and call one of
several jsps to display the results. So, how do I effect a forward
from the first servlet to the second? Setting up the forward string
the way the jsp does it does not seem to work.
Thanks.
---
Joe
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>