[input] questions about status

2003-08-26 Thread Mark R. Diggory
Hi folks, I'm curious about the status of the input taglibrary, mainly because I have my own lib that is called "validation" which acts a wrapper tags around form fields to provide user validation for form content (plus retention of form field values submitted by user, and conditional logic ta

Re: Questions on JSTL...

2002-11-27 Thread Pierre Delisle
John Engilis wrote: > > QUESTION: > I've attempted to use 2 tags that appear as though they were suppose to be > included in the core tld's (c.tld or c-rt.tld) that don't seem to be present > in my current version: > > > > > These are the versions we're currently using: > > TOMCAT 4.1.12 >

Questions on JSTL...

2002-11-27 Thread John Engilis
QUESTION: I've attempted to use 2 tags that appear as though they were suppose to be included in the core tld's (c.tld or c-rt.tld) that don't seem to be present in my current version: These are the versions we're currently using: TOMCAT 4.1.12 JSTL (Standard Tag Library) 1.0.2 These are the

Re: questions

2002-09-25 Thread Shawn Bayern
On Thu, 26 Sep 2002, Hao Ding wrote: > Does have a attribute like 'status' of ? In > specification, only has two attributes: 'var' and > 'select'. No, it doesn't. It arguably should; it's on our list for a future version of JSTL. -- Shawn Bayern "JSTL in Action" http://www.jstlbook.com

questions

2002-09-25 Thread Hao Ding
Hi, Does have a attribute like 'status' of ? In specification, only has two attributes: 'var' and 'select'. Cheers, Hao -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: JSTL questions

2002-09-09 Thread Shawn Bayern
On Tue, 10 Sep 2002, Hao Ding wrote: > 1. In Chapter 2 of JSTL in action, it says most of standard JSP core > tags , ,such as , are > rarely needed when using JSTL. How can these functions be realized > using JSTL tags? is effectively replaced by ; and scripting variables are, with a fe

JSTL questions

2002-09-09 Thread Hao Ding
1. In Chapter 2 of JSTL in action, it says most of standard JSP core tags , ,such as , are rarely needed when using JSTL. How can these functions be realized using JSTL tags? 2. Are only "getting" methods in the bean cleasses can be called by EL ? How can call general functions (non-getti

Tag library building questions.

2002-07-23 Thread Simran Singh Gleason
Hello, I work on building a tool to help develop tag libraries (the Netbeans / Forte for Java tag library editor), and would like to ask some questions about how people build tag libraries, in order to provide better tool support for creating and using tag libraries. I realize this is a list

Re: db taglibs questions

2002-07-16 Thread Chuck Amadi
"'Tag Libraries Users List'" <[EMAIL PROTECTED]> >Sent: Monday, July 15, 2002 6:31 PM >Subject: RE: db taglibs questions > > >>Igor, >> >>Here

Re: db taglibs questions

2002-07-15 Thread Igor Bursin
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

RE: db taglibs questions

2002-07-15 Thread Mader, Steve
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

RE: db taglibs questions

2002-07-15 Thread Chen, Gin
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

Re: db taglibs questions

2002-07-15 Thread Igor Bursin
#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

RE: db taglibs questions

2002-07-15 Thread Mader, Steve
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

RE: db taglibs questions

2002-07-15 Thread Kevin Passey
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.

Re: db taglibs questions

2002-07-15 Thread Igor Bursin
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

RE: db taglibs questions

2002-07-15 Thread Kevin Passey
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

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.

RE: taglibs questions

2002-07-12 Thread Chen, Gin
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

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.

Some questions

2002-02-04 Thread David Goodenough
I am doing a proof of concept moving some JSP code from IBM Websphere to Tomcat and I thought I would try dbtags to replace the tsx tags that IBM provide as the tsx tags are not available for native Tomcat (as far as I know). In doing the conversion I have hit a number if problems, some of which

using XTags and i18n tags (was Re: xtags questions)

2001-06-25 Thread James Strachan
From: "Elisa Green" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 25, 2001 4:30 PM Subject: Re: xtags questions > > To work around this, I went back to the forEach loop. > > > > <% totalcount++; %> > > > >

RE: xtags questions

2001-06-25 Thread William C. Robertson
Elisa, could you have cast your total variable into an integer? ie: The total is <%= (int)total %> -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Elisa Green Sent: Monday, June 25, 2001 8:31 AM To: [EMAIL PROTECTED] Subject: Re: xtags questio

Re: xtags questions

2001-06-25 Thread Elisa Green
I used: The total is <%= total %> --- However, "The total is 1.0" is displayed. I did not expect a decimal display for a count value. Is this something that can be changed in xtags? To work around this, I went back to the forEach loop. <% totalcount++; %> It's not as pret

Re: xtags questions

2001-06-23 Thread James Strachan
could be declared The total is <%= total %> James - Original Message - From: "Elisa Green" <[EMAIL PROTECTED]> To: "Tablib User Group" <[EMAIL PROTECTED]> Sent: Friday, June 22, 2001 7:02 PM Subject: xtags questions > I am trying to build a sea

xtags questions

2001-06-22 Thread Elisa Green
I am trying to build a search results page using xtags in JSP and would like to count the number of items from my parsed data which match the input search string (criteriaIn). My thinking has brought me to the following problem. I would like to use criteriaIn to match each item's title, but it d