hi! so there's some kind of a configuration page where the user defines which tables of which db to display as table or as a graph? if that's the case, you could save those values in the user's session, when he requests your jsp which displays the tables, it simply asks the session object which tables it should display and asks a helper for the data.
-mw ----- Original Message ----- From: "Jay Burgess" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 25, 2002 8:38 PM Subject: Re: Model 2 questions > Thanks, but the user doesn't request Table 1 and Table 3. The user > requests a JSP page, which has been predefined as part of the overall > webapp to show Table 1 as a chart, Table 1 as a table, and Table 3 as a > chart. All the controller servlet knows is that it's supposed to return > pageX.jsp, but has no knowledge when it receives the request of what > table(s) pageX is going to need. > > Jay > ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
