Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> JSP DEVELOPING

JSP DEVELOPING

From: Hans Martin Ludäscher <m.ludaescher_at_fh-offenburg.de>
Date: Mon, 25 Feb 2002 10:36:01 +0100
Message-ID: <3C7A0581.DDE20265@fh-offenburg.de>


We starting JSP DEVELOPING using the JSP Developer Guide and Reference 8.1.7

In chapter 9-21 (examples) you will find the expression  

 < jsp: setProperty name="dbbean" , property ="URL" value=

" < %= (String) session.getValue(\"connStr\") %>"

my question :
 what is the meaning of session.getValue(\"connStr\") ??

why must we use the getValue() methode for reading the STRING like "jdbc:oracle:thin_at_HOSTNAME:portname..... i suppose that "connStr" must be substituted through "jdbc......" or maybe i am wrong ??  

Thanks for Response Received on Mon Feb 25 2002 - 03:36:01 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US