sql taglib - name conflict?

2001-01-31 Thread Robert Karen
With the code similar to this, I was getting strange output and no result for the query I sent . However, when I changed property from "sql" to another name, it was fine. Can there be conflicts from getSql() somewhere with the getSql in my own taglib or can anyone else suggest what the prob

RE: Request Taglib

2001-01-31 Thread Mark Scott
Title: RE: Request Taglib To what bean is this get property referring. is it the TagHandler ?, I'm still in the dark.. even your code refers to using introspection on a bean, I understand reason why the getProperty tag is used, my dilema is, what purpose is it serving in that Taglib using

RE: Request Taglib

2001-01-31 Thread Delagrange, Morgan
Title: RE: Request Taglib Ah, you mean the request tag specifically.  Weblogic 5.1 doesn't yet support the JSP 1.2 implementation of jsp:getProperty.  If you want to use that functionality, I wrote a custom tag that you can use:     http://jakarta.apache.org/cvsweb/index.cgi/jakarta-taglibs/

RE: Request Taglib

2001-01-31 Thread Mark Scott
Title: RE: Request Taglib This is the example code: to my understanding jsp:getProperty is for bean property access. but there is no hdrs bean to be accessed... -I've only mentioned this piece of code but the same property tag shows up in other places with no bean to get inf from... Am I

Re: multiple values

2001-01-31 Thread Craig R. McClanahan
Tahir Awan wrote: > Hi All, > > Can anyone tell me if "input taglib" or "struts taglib" support multiple > checkboxes with the same name? And multiselect listbox? > Struts includes a tag named that supports multiple checkboxes with the same name. The underlying form bean property should be an

RE: Request Taglib

2001-01-31 Thread Delagrange, Morgan
Title: RE: Request Taglib > -Original Message- > From: Mark Scott [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 31, 2001 5:10 PM > To: [EMAIL PROTECTED] > Subject: RE: Request Taglib > To what bean is this get property referring.  It's a point of confusion for Weblogic. 

RE: Request Taglib

2001-01-31 Thread Delagrange, Morgan
Title: RE: Request Taglib Sure, I have.  What's the problem? > -Original Message- > From: Mark Scott [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 31, 2001 3:22 PM > To: [EMAIL PROTECTED] > Subject: Request Taglib > > > hi, >   has anyone gotten the jakarta request tagl

RE: multiple values

2001-01-31 Thread Tahir Awan
But I could not find how to use multibox in a scenario like 1. I have a array of strings to draw checkboxes like "one", "two", "five", "seven", "nine" 2. And, I have another array of strings containing default values like "two", "seven" I dont know how should I pass the above two arrays to multi

Re: Silly But Most Required

2001-01-31 Thread VGovil
Go to www.orionserver.com I started TagLibs from there. It is really useful and step by step too. Best of Luck. Vineet Govil

sql tag/ embedded tags

2001-01-31 Thread Robert Karen
I'm playing with the taglib. I noticed that if I try to embed my own tag like: If I just output the sql statement with pageContext.getOut().println(sql), it doesn't work. I guess I'll have to use getProperty, as in examples I've seen. Why isn't the inner tag processed before body of sql:q

Nested tags...

2001-01-31 Thread Tahir Awan
Hi, Can anyone provide some example about how to use or any struts form tag inside , such that the properties are like email1, email2, email3 ... emailN (using iterator index). Thanks, Tahir

RE: Silly But Most Required

2001-01-31 Thread msahu
Heres an article in the VADD on the topic. http://www7.software.ibm.com/vad.nsf/Data/Document4367?OpenDocument&p=1&BCT=1&Footer=1 --ms "Lund, Wayne" <[EMAIL PROTECTED]> on 01/31/2001 08:53:31 AM Please respond to [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc:(bcc

unsubsribe

2001-01-31 Thread Jean-Dominque Baril
unsubscribe taglibs-user

AW: JRun customer tag

2001-01-31 Thread D. Veniseleas
-Ursprungliche Nachricht- Von:EXT-Xie, Jialong X [SMTP:[EMAIL PROTECTED]] Gesendet am:Mittwoch, 31. Januar 2001 16:49 An: '[EMAIL PROTECTED]' Betreff:JRun customer tag Is there anyone who got JRun tag worked on Tomcat 3.2? James [] Not yet, but I would like, to

JRun customer tag

2001-01-31 Thread EXT-Xie, Jialong X
Is there anyone who got JRun tag worked on Tomcat 3.2? James

RE: Silly But Most Required

2001-01-31 Thread Lund, Wayne
Deepak, I personally found both "Core Servlets and JavaServer Pages" and "Professional Java Server Programming" helpful. I prefer the latter because they do an excellent job of showing how java logic in a web page is moved into a tag library. I've run the examples on both WL and Tomcat and worke

Re: XPath tags

2001-01-31 Thread Deepak
Dear Friends. I've jumped from Servlet to JSP The basic part before the JSP Taglib I've done. Now I've to start with Tag Library Definition (TLD). Let me tell you I've TomCat Installed in my PC which is on Windows 95. I need Help to start with it. The Concept of Tag Library is clear , but how to