Re: Retrieving a String from the database in XSP

2003-02-11 Thread Derek Hohls
In addition to the other chnages, try:   String ; //add at the start of the XSP   and     style = ;   ie you do not need the "" - the does just that!   Derek>>> [EMAIL PROTECTED] 11/02/2003 01:36:14 >>> I am trying to retrieve a string from the database an p

RE: Retrieving a String from the database in XSP

2003-02-11 Thread Koya, Sharat
Title: Message try xsp:attribute for style bit. you have too many quotes encasing on the line -   style = "";   try or something along those lines   -Original Message-From: Tom Place [mailto:[EMAIL PROTECTED]] Sent: 11 February 2003 11:3

Re: Retrieving a String from the database in XSP

2003-02-11 Thread Leszek Gawron
On wto, lut 11, 2003 at 11:36:14 -, Tom Place wrote: > I am trying to retrieve a string from the database an place it into a > variable (should be simple I know) > However I am getting a compilation error > > I am trying to insert the string value correctly? > > String myString = null; >