Hello,

I'm having a problem placing 2 jsp pages on 1 .shtml page using the
<servlet> tag. Each of the <servlet> includes go to the same servlet but
with different parameters being passed in. The servlets are displaying data
using jsp pages that get data from a bean.

The page displays fine when I only use 1 servlet but throws an
illegalStateException with the second.

I created the servlet using the WebSphere studio if that helps at all.

The servlet is just running a select statement to a database but it needs a
table name passed in. Each result is supposed to be displayed in a column of
a table on an html page.

Anyone know of a solution? I'm fairly new at this so accept my apologies if
this is a stupid question.

thanks!
matt

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to