Re: db taglibs questions

2002-07-15 Thread Igor Bursin
ibute("field1"); %> > > You can't do this with primitive types like int, however, so you'll need to > probably use the Integer class to convert it to an int. Hope this helps. > > -Original Message- > From: Igor Bursin [mailto:[EMAIL PROTECTED]] >

Re: db taglibs questions

2002-07-15 Thread Igor Bursin
ou'd use the pageContext.getAttribute() method to extract the value > (pageContext.getAttribute("field1")). Hope this helps. > > Steve > > -Original Message- > From: Igor Bursin [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 15, 2002 10:53 AM > To:

Re: db taglibs questions

2002-07-15 Thread Igor Bursin
tabase stuff in a table - I've only > given the row > > > > > > > > > > > > > > > > > > > Hope this helps > > Regards > > Ke

db taglibs questions

2002-07-15 Thread Igor Bursin
Hello! I'm using DBTags Tag library. I executes simple query: select string_value, number_value from my_table How i can output result: to the string or int variable (not to JSP directly) ? (i try <% A= %>, but get error) Best regards, Igor Bursin.

taglibs questions

2002-07-12 Thread Igor Bursin
Hello! I'm using DBTags Tag library. I executes simple query: select string_value, number_value from my_table How i can output result: to the string or int variable (not to JSP directly) ? (i try <% A= %>, but get error) Sorry, for offtopic. Best regards, Igor Bursin.