"'Tag Libraries Users List'" <[EMAIL PROTECTED]>
>Sent: Monday, July 15, 2002 6:31 PM
>Subject: RE: db taglibs questions
>
>
>>Igor,
>>
>>Here
All works. Thanks all for advices.
- Original Message -
From: "Mader, Steve" <[EMAIL PROTECTED]>
To: "'Tag Libraries Users List'" <[EMAIL PROTECTED]>
Sent: Monday, July 15, 2002 8:45 PM
Subject: RE: db taglibs questions
>
> Sounds li
PM
To: Tag Libraries Users List
Subject: Re: db taglibs questions
Yes,
<%= pageContext.getAttribute("field1") %>
it's ok, but if i'll write
<% int field1=pageContext.getAttribute("field1"); %>
I'll get next errors:
Can't convert java.lang.Object to
PROTECTED]]
Sent: Monday, July 15, 2002 12:25 PM
To: Tag Libraries Users List
Subject: Re: db taglibs questions
Yes,
<%= pageContext.getAttribute("field1") %>
it's ok, but if i'll write
<% int field1=pageContext.getAttribute("field1"); %>
I'll get next
#x27;ll can write:
A=<%=C%>
Can I make same with the jakarta db tablibs?
- Original Message -
From: "Mader, Steve" <[EMAIL PROTECTED]>
To: "'Tag Libraries Users List'" <[EMAIL PROTECTED]>
Sent: Monday, July 15, 2002 7:18 PM
Subject: RE: db t
tract 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: Tag Libraries Users List
Subject: Re: db taglibs questions
Hello, Kevin.
I do not need to show resu
Ok I'm sorry..
Try this
<% String = request.getParameter("Email"); %>
Good luck.
Kevin
-Original Message-
From: Igor Bursin [mailto:[EMAIL PROTECTED]]
Sent: 15 July 2002 15:53
To: Tag Libraries Users List
Subject: Re: db taglibs questions
Hello, Kevin.
EMAIL PROTECTED]>
Sent: Monday, July 15, 2002 6:31 PM
Subject: RE: db taglibs questions
> Igor,
>
> Here is some of my code that displays da
e row
Hope this helps
Regards
Kevin Passey
-Original Message-
From: Igor Bursin [mailto:[EMAIL PROTECTED]]
Sent: 15 July 2002 15:06
To: [EMAIL PROTECTED]
Subject: db taglibs questions
Hello!
I'm using DBTags Tag library.
I execu
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.
your using the wrong thing.
It should be
sql:getColumn not setColumn if your trying to retrieve the value.
-Tim
-Original Message-
From: Igor Bursin [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 12, 2002 8:05 AM
To: [EMAIL PROTECTED]
Subject: taglibs questions
Hello!
I'm using D
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.
12 matches
Mail list logo