TagLib

2000-01-21 Thread Joseph Seah
Hi... What is TagLib use for i.e. main purpose or function? Can someone give me a brief and not-so technical view? .js __ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com

Taglib

2000-03-10 Thread Lars Borup Jensen
Title: Taglib Hi!.. Im developing a rather complex system using JSP and Oracle 8i. Im looking for a good document on how to make a taglib. The flow of data and how the different javax.servlet.jsp.tagext classes should be used. I already read the JSP specs 1.1 but I would like some more in

taglib??

2000-10-20 Thread c tang
Hi all, I am trying to use jrun's taglib with J2EE RI. I put the jar file in WEB-INF/lib and tld file into WEB-INF/tlds. When the tld file is reference in JSP using taglib tag. I got the following error, java.lang.ClassCastException: com.sun.xml.tree.TextNode

taglib

2001-06-13 Thread Peter Choe
so, i am playing around with custom taglibs and i think i have an understanding of the different files (taglib.tld, etc) and where they go. and is it my understanding that if i want to use the taglibs in different webapplication, i need to put the whole taglibs into each different webapplication.

TagLib

2001-12-18 Thread Atul
Hi everybody, can anyone help me in writing the taglib - custom tags for the tomcat. i have tried a lot but unable to get it. every time i got error as "HTTP Status 503 - Servlet jsp is currently unavailable The requested service (Servlet jsp is currently unavailable) is not currently avai

Using taglib

1999-07-03 Thread Eric Johannsen
Hi, I suspect using a custom tag library could greatly simplify some of the things I'm doing, but I can find no documentation or examples on *exactly* what the taglib does and how to implement one. Can someone point me in the right direction? Thanks, Eric Joha

taglib question

1999-11-23 Thread Pierre Awaragi
Hi all, I have a simple question on taglib: can a custom tag generate other custom tags that will be further processed. The scenareo is the following: read a request from the user, generate information from the database. The information is made up in custom tags that also needs to be

Taglib Example?

2000-02-14 Thread Tom Santos
The JSP spec is not very good at describing what's necessary to get tags working. Does anyone know of any examples that demonstrate how to write a simple tag and then use it in a JSP? I looked at the SimpleTag example in the Tomcat distribution and that didn't help at all. Thanks, -Tom- =

taglib availability?

2000-02-29 Thread Misha Davidson
Hi, could anyone recommend a custom tag library that works with JSP 1.1? An URL or a vendor name will do. Thanks, -Misha Davidson === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant

Re: Taglib

2000-03-13 Thread Damian Fauth
Try the Orion tutorial: <http://www.orionserver.com/tutorials/tagtut/lesson1/lesson1.html> Damian > Lars Borup Jensen wrote: > > Hi!.. > > Im developing a rather complex system using JSP and Oracle 8i. > Im looking for a good document on how to make a taglib. The flow

Re: Taglib

2000-03-13 Thread Karl Avedal
showing how to access EJBs via tag extensions. Regards, Karl Avedal The Orion team Lars Borup Jensen wrote: > > > Hi!.. > > Im developing a rather complex system using JSP and Oracle 8i. > Im looking for a good document on how to make a taglib. The flow of > data &g

Re: taglib??

2000-10-20 Thread Martin Cooper
Try putting the tld files in WEB-INF instead of WEB-INF/tlds. -- Martin Cooper Tumbleweed Communications - Original Message - From: "c tang" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 20, 2000 7:17 AM Subject: taglib?? > Hi all, >

Taglib question

2001-04-06 Thread Atilio Ranzuglia
Hey everybody: I'm learning about Tag Libraries, but I have the following problem: (in my jsp file) ... <% String username = request.getParameter("name"); %> ... Instead of getting (if I use 'Ati' as name): Hello Ati I'm getting: Hello <%= username %> This is an example of Oreilly, but as you

taglib problem?

2001-04-10 Thread Amli Gao
How to use taglib to encapsulate the SessionBean? === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST"

Re: taglib

2001-06-13 Thread ying liaoy
in jrun server, you can put your taglib.jar file under the directory /servers/lib/ so all the application can share. hope helps ying --- Peter Choe <[EMAIL PROTECTED]> wrote: > so, i am playing around with custom taglibs and i > think i have an > understanding of the different files (taglib.tld,

Re: taglib

2001-06-17 Thread Mayuresh Kadu
Choe Sent: Wednesday, June 13, 2001 8:38 PM To: [EMAIL PROTECTED] Subject: taglib so, i am playing around with custom taglibs and i think i have an understanding of the different files (taglib.tld, etc) and where they go. and is it my understanding that if i want to use the taglibs in different

Re: taglib

2001-06-18 Thread Peter Choe
esh > > -Original Message- > From: A mailing list about Java Server Pages specification and reference > [mailto:[EMAIL PROTECTED]]On Behalf Of Peter Choe > Sent: Wednesday, June 13, 2001 8:38 PM > To: [EMAIL PROTECTED] > Subject: taglib > > so, i am playing

ABOUT TAGLIB

2001-08-13 Thread mht
hi , I want to use Taglib in my project , but I don't know it who has a few examples about taglib ? can you sent it to me? thanks very !! my email address is [EMAIL PROTECTED] === http://sms.163.comÍøÒ׶ÌÐÅ ·¢×ÔÄÚÐÄ http://love.163.co

taglib question

2000-05-31 Thread Holmes III, William S
ntListener.java:672) at org.apache.jasper.compiler.DelegatingListener.handleDirective(DelegatingList ener.java:116) : The jar file (WEB-INF/lib/taglib.jar) contains: taglib/customtag.class META-INF/taglib.tld The jsp file has the following: <%@ taglib uri="ta

Taglib-Design

2000-07-03 Thread Herbert Pfleger
Hi All, could anybody please give me some Hints. How do I know which Custom Tags I should design for my JSP-Application. Are there any rules or any help, how to decide what I'm doing by a Custom Tag and what by a few lines of JavaCode in the JSP-File? Thanks and Regards Herb ==

taglib tutorial

2001-08-22 Thread Eric Cho
Hi all, Does anyone know a good taglib tutorial that may be catered to Websphere? The reason why i ask is.i can get examples working on tomcatbut not on Websphere. Or maybe if anyone knows of any special configuration i have to do for Websphereplease let me know. Thanks, Eric

TagLib Info

2001-08-29 Thread Aaron O'Hara
All, Is there an easy way to create an iterating taglib that accepts a List (arraylist, vector, etc) and the class name of the objects in the list and the method of the class that should be called on each iteration? In the end, I want to have a multi-purpose taglib for populating select lists

Re: TagLib

2001-12-18 Thread horwat
: Tuesday, December 18, 2001 12:50 AM Subject: TagLib > Hi everybody, > > can anyone help me in writing the taglib - custom tags for the tomcat. > i have tried a lot but unable to get it. every time i got error as > "HTTP Status 503 - Servlet jsp is currently unavailab

Re: TagLib

2001-12-19 Thread Ravindra
Dear Friends, Can anybody update me about the Tag-Libs in jsp technology.That is basic functionality of Tag-Libs. Varna.. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [E

Re: TagLib

2001-12-19 Thread Brian Dame
esday, December 19, 2001 6:12 AM To: [EMAIL PROTECTED] Subject: Re: TagLib Dear Friends, Can anybody update me about the Tag-Libs in jsp technology.That is basic functionality of Tag-Libs. Varna.. === To unsubscribe: mailto [

Re: taglib

2002-04-03 Thread vtr
Can any one please say how to use taglibs in Tomcat Regards V.T.R.Ravi Kumar, Engineer, CCX, BHEL, Hardwar, INDIA * Phone : 0133-485405. Fax: 0133-423948. Web: http://vtr.2itb.com Alternate mails: [EMAIL PROTECTED]

Jakarta Taglib

2002-08-29 Thread Jan Arenö
Hi I have a problem... It seems like I can't install Jakarta Taglibs correct, can anyone help me... I have installed Tomcat 4.x om my localmachine and it works fine (localhost:8080) Now i was thinking about testing taglibs, couse I don't have a clue how smart it is. I downloaded the jakarta tagli

scrape taglib

2002-12-18 Thread V.T.R.Ravi Kumar
Hi I have some problems using the scrape taglib. anybody who have used it and is successful may please help. I had this scrape taglib downloaded and used it as follows in a jsp <%@ page language="java" errorPage="../except.jsp" %> <%@ taglib uri="http://jak

TagLib Problem

2003-03-17 Thread Peter Dolukhanov
Dear All, I have encountered a small problem whilst using Tag Libraries. I have two relatively simple tags "loggedIn" and "notLoggedIn". The purpose, is to check whether a user is logged in or not, and display whatever is within the tag accordingly. However, I am encountering this exception:

Taglib & Events

2003-10-16 Thread Hyne, David
Hi, Is there a good example describing how to handle events between two tags. For example, input type=text tag onchange event to re-populate the input type=select tag contents? Thanks, -- This email is confidential and

Taglib classes

2004-01-04 Thread S Senthil Raja
Dear sir/madam, I want to use taglib,I'm using Tomcat 5.0, jdk1.4,jsdk2.1 In servlet development kit I don't have the javax.servlet.jsp.tagext.TagSupport,BoddyTagSuppot classes.From where I will get thses classes for that what I have to download. plz give the URL or classe fil

taglib question

2004-11-06 Thread Jack Lauman
I have a custom taglib with a hard coded URL. I've added a 'context-param' entry to move it the web.xml file. Is 'getServletConfig().getInitParameter' the corect thing to use here or is there a better alternative? Original line: // out.println("" + i + &qu

Re: Using taglib

1999-07-03 Thread Foster Bob
>Can someone point me in the right direction [for custom tags]? See the JSP 1.1 spec at http://java.sun.com/products/jsp/techinfo.html. I believe this has been asked and answered several times. FYI, there is nothing in the JSP 1.0 spec except the taglib directive. Bob Foster Symantec Inter

Re: Using taglib

1999-07-03 Thread Hans Bergsten
Eric Johannsen wrote: > > Hi, > > I suspect using a custom tag library could greatly simplify some of the > things I'm doing, but I can find no documentation or examples on > *exactly* what the taglib does and how to implement one. > > Can someone point me in the righ

Re: taglib question

1999-11-24 Thread Pierre Awaragi
-Interest Subject: RE: taglib question Pierre, if I understand your question you are asking if a tag can output 'JSP' into the stream that is further processed by the JSP engine. I would say no. The JSP page is pre-processed by the JSP engine (including custom tags) and a servlet prod

Re: Taglib Example?

2000-02-14 Thread Jon Wilmoth
Orion has a couple of short examples... http://www.orionserver.com/examples/jsp/ - Original Message - From: "Tom Santos" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, February 13, 2000 11:08 PM Subject: Taglib Example? > The JSP spec is not very

Re: Taglib Example?

2000-02-15 Thread Mike Cannon-Brookes
Wilmoth > Sent: Tuesday, 15 February 2000 9:42 > To: [EMAIL PROTECTED] > Subject: Re: Taglib Example? > > > Orion has a couple of short examples... > http://www.orionserver.com/examples/jsp/ > > - Original Message - > From: "Tom Santos" <[EMAI

Re: taglib availability?

2000-03-09 Thread Scott Stirling
http://www.gefionsoftware.com/InstantOnline/TP/ Scott Stirling - Original Message - From: "Misha Davidson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 29, 2000 12:58 PM Subject: taglib availability? > Hi, > > could anyone reco

[Ann] Request taglib

2000-08-29 Thread Dmitri Namiot
HttpRequest taglib: JSP tags library. Allows you to proceed GET/POST requests to to the specified host (cgi-script/servlet). So you can for example obtain contents of some page and use extracted information in your own jsp page. Taglib may be useful for portal developers for example. See

taglib attribute question

2000-09-26 Thread Jill Foley
I'm reading about tag libs and I have a question about attributes. I read "The attribute value is supplied to the method as a String". But then I saw an example of a tag handler for the tag that had: private AttributeClass attr1; setAttr1(AttributeClass ac) {...} So my question is: can an a

Finding Taglib Documentation

2000-11-16 Thread Philip Weaver
Yeah, your reply is off-thread. However, I would say the best thing to do would be to use Sun's example taglib as a starting point. That's what I did. Sun has improved their taglib documentation since introducing JSP 1.1. I don't think the following URL was there since day bu

help on taglib

2000-12-23 Thread Anurag Gupta
Hi All, Does anybody have experience with the JSP taglib? I am trying to use taglib, but running into the problems. I am getting the following error message: Could not locate TLD META-INF/taglib.tld BTW, I am using Tomcat and Apachi. Do I need to configure Tomcat to be able to use taglib

RES: Taglib question

2001-04-06 Thread Rodrigo Gevaerd
1 09:15 > Para: [EMAIL PROTECTED] > Assunto: Taglib question > > > Hey everybody: > > I'm learning about Tag Libraries, but I have the > following problem: > > (in my jsp file) > ... > <% String username = request.getParameter("name"); %> &g

jdbc taglib question ?????

2001-04-17 Thread sufi malak
could you please tell me what's wrong in this line: select * from description where name like <%= request.getParameter("name") %> the file is like this : .. <%@ taglib uri="http://jakarta.apache.org/taglibs/jdbc" prefix="sql" %&g

jdbc taglib solved

2001-04-19 Thread sufi malak
Hi, that was crazy, just leaving a space after name= like this : "viewprogram.jsp?name= <%=rset1.getString(1)%>" Does not work BUT IT WORKS when I took off the space like this : "viewprogram.jsp?name=<%=rset1.getString(1)%>" Thanks. ___

taglib uri error

2000-03-31 Thread Geoff Lingham
rding to the JSP 1.1 specification (PR2 October 14, 1999), the following syntax should be allowed: <%@ taglib uri="mytags.jar" prefix="mt" %> The JSP 1.1 spec example says "The use of a relative URI specification enables very short names in the taglib directive"

form taglib announcement

2000-04-20 Thread Joseph B. Ottinger
gner, too, and the smallest changes mean a programming change request. So I wrote a form taglibrary, largely inspired by the in16 taglibrary (of which I'm an admin; based on Sourceforge, it aims to be a open source taglib project. Highly recommended. See the roadmap for it at http://cupi

Sessions in taglib?

2000-05-21 Thread LynchWu
Hi All Does anyone know how to deal session variables by pure taglib? I know it's possible to deal with them in Model 1, but we want a pure taglib programming environment. Could we simply import javax.servelet.http to do that? Regards, and thanx == Lynch Wu Web Eng

LDAP/JNDI taglib?

2000-05-24 Thread Martin Smith
Does there exist or is there in development a taglib for directory (LDAP) operations? Martin === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can b

Re: taglib question

2000-05-31 Thread Hans Bergsten
gt; protocol: taglib.jar > at > org.apache.jasper.compiler.JspParseEventListener.handleDirective(JspParseEve > ntListener.java:672) > at > org.apache.jasper.compiler.DelegatingListener.handleDirective(DelegatingList > ener.java:116) > : > > The jar file (WEB-INF/l

Re: taglib question

2000-05-31 Thread Martin Smith
aglibrary taglib.jar : no > protocol: taglib.jar > at > org.apache.jasper.compiler.JspParseEventListener.handleDirective(JspParseEve > ntListener.java:672) > at > org.apache.jasper.compiler.DelegatingListener.handleDirective(DelegatingList > ener.java:116) >

Re: Taglib-Design

2000-07-03 Thread Robert Nicholson
er > Sent: Monday, July 03, 2000 3:26 PM > To: [EMAIL PROTECTED] > Subject: Taglib-Design > > > Hi All, > could anybody please give me some Hints. > How do I know which Custom Tags I should design for my JSP-Application. > Are there any rules or any help, how to decide wh

Re: Taglib-Design

2000-07-03 Thread KRISHNAN
Refer www.jsptags.com(tag libraries) - Original Message - From: Herbert Pfleger <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 03, 2000 7:56 PM Subject: Taglib-Design > Hi All, > could anybody please give me some Hints. > How do I know which Custom

jdbc taglib question ??

2001-09-05 Thread sufi malak
Hi, I am using the jdbc taglib , could you please show me what's wrong here : select * from pcinfo where User = '<% =category %>' Thanks _ Get your FREE download of MSN Explorer at http://expl

Form/Input taglib

2002-01-28 Thread Ethan Schroeder
Hi, I was just wondering if anyone could point me at a robust form/input taglib which includes built-in validation, such as required fields, regex pattern matching, etc.  I have done a lot of searching, but I haven't really found anything remotely close to what I have envisioned as u

Taglib in Tomacat.

2002-02-24 Thread Smita Kotnis
Hi All, I need to use a taglib developed by third party in my JSPs. I have one .jar and a .tld file with me. Where to put these files so that my tomcat 3.2 understands it? I tried following options, 1. Made a directory as tld under WEB-INF and tried to call it in my JSP as, <@@ tag

Re: Jakarta Taglib

2002-08-29 Thread Shawn Bayern
ames of TLD files. Since you're using JSP 1.2, you can also take advantage of TLD auto-discovery for JAR files that include TLDs. This is the case at least for the Standard Taglib, which is Jakarta Taglibs's implementation of JSTL. You might want to contact [EMAIL PROTECTED] if you h

SV: Jakarta Taglib

2002-08-29 Thread Jan Arenö
ed as a "come-along" with Oracle. But now I want to learn how to install the whole kit (I don't like to sit with old stuff, and the Oracle 8i installation is quite old) Info: JSP file CAT_HOME\webapps\test\index.jsp: ----

Re: Jakarta Taglib

2002-08-29 Thread Juha Halmu
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core"; %> If your address should be like this? (from AppendixA.pdf) Terveisin, x--- Juha Halmu ---y http://portal.halmu.net This e-mail ma

Re: Jakarta Taglib

2002-08-29 Thread Hans Bergsten
efault URI declaration, but that's usually the case for Jakarta libraries). When you start the container, it looks through all files under WEB-INF to locate all tag libraries. As long as you use the default URI for the library in your taglib directive, it's able to figure out which libra

SV: Jakarta Taglib

2002-08-29 Thread Jan Arenö
Ok, thanks, but it didn't work. I guess I'm not that handy with Tomcat etc. What did work was the following... The Jar files into /WEB-INF/lib The tdl files into /WEB-INF In the jsp specify the file direct: <%@ taglib prefix="c" uri="/WEB-INF/c.tld" %> No er

Jakarta TagLib reference

2002-09-17 Thread Jan Arenö
Hi I have installed the Jakarta standard taglibs on my TomCat server. I have made an testpage where I used the succefully, so the taglib works... Where do I find a referance what the taglib include? Also I would like some serious examples to work with... Does anyone have some webpages with

Re: TagLib Problem

2003-03-17 Thread Peter Dolukhanov
Dolukhanov Sent: 17 March 2003 13:36 To: [EMAIL PROTECTED] Subject: TagLib Problem Dear All, I have encountered a small problem whilst using Tag Libraries. I have two relatively simple tags "loggedIn" and "notLoggedIn". The purpose, is to check whether a user is logged in or not,

JSP TAGLIB HELP

2003-10-30 Thread vtr
Hi all, I am using the dbtag along with the gridtag the source of my jsp is <%@ taglib uri="http://www.servletsuite.com/servlets/dbtag"; prefix="sql" %> <%@ taglib uri="http://www.servletsuite.com/servlets/gridtag"; prefix="g" %> Could

taglib with Tomcat 3.0

2000-08-28 Thread omar
Hi guys I am trying to run the samples from tomcat 3.0 but when I select the simpleTag.jsp I had this error. What's wrong Other jsp file run very well.Do I need a directory META-INF Unable to open taglibrary Http://pira6/examples-taglib.tld : Could not locate TLD META-INF/taglib.tld Omar

Re: taglib attribute question

2000-09-26 Thread Angus Mezick
AFAIK attributs are string only. You might want to use the PageContext getAttribute/setAttribute to pass this type of information into and out of a tag. PageContext attributes are not the same as tag attributes. Also, I think <%= %> only prints strings. You could also use the HttpSession Attrib

Re: taglib attribute question

2000-09-26 Thread Bozidar Dangubic
ent: Tuesday, September 26, 2000 4:09 PM > To: [EMAIL PROTECTED] > Subject: taglib attribute question > > > I'm reading about tag libs and I have a question about > attributes. > > I read "The attribute value is supplied to the method as a > String".

Re: taglib attribute question

2000-09-26 Thread Andre Beskrowni
all you need is something in your xml file like: attributeName {true/false} true by default, is false, which requires your attribute value to be a fixed string. i think you only need to deal with TagExtraInfo if you want to do some validation. i highly recommend checking out http://dev

Re: taglib attribute question

2000-09-26 Thread Hans Bergsten
Jill Foley wrote: > > I'm reading about tag libs and I have a question about > attributes. > > I read "The attribute value is supplied to the method as a > String". But then I saw an example of a tag handler for the tag > > > > that had: > > private AttributeClass attr1; > setAttr1(AttributeClas

Re: taglib attribute question

2000-09-27 Thread Chandan Kulkarni
ibute type does not match type defined in tld. I am using Apache and Tomcat 3.1 Thanks in advance, Chandan. -Original Message- From: Hans Bergsten <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Tuesday, September 26, 2000 11:33 PM Subject: Re:

Re: taglib attribute question

2000-09-27 Thread Hans Bergsten
te the attribute value as a literal string, not a request-time attribute value. If you fix this it should work. Hans > -Original Message- > From: Hans Bergsten <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> > Date: Tuesday, September 26, 2000 11:33

Re: taglib attribute question

2000-09-28 Thread Chandan Kulkarni
PROTECTED]> Date: Wednesday, September 27, 2000 4:24 PM Subject: Re: taglib attribute question >Chandan Kulkarni wrote: >> >> The spec does sound like you can use the standard types... But... >> Has anyone got a tag with an attribute other than a String to work?? >> >

Re: taglib attribute question

2000-09-28 Thread Hans Bergsten
Chandan Kulkarni wrote: > > Hans, > > I should have put more info in my previous mail... > > I do have > > > inNum >true > true > > defined in the tld file. > > I also tried the following > > attr1='java.lang.Integer.valueOf(response.getParameter("num")).intValue()

Re: taglib attribute question

2000-09-29 Thread Robert Nicholson
ent: Tuesday, September 26, 2000 8:24 PM > To: [EMAIL PROTECTED] > Subject: Re: taglib attribute question > > > Jill Foley wrote: > > > > I'm reading about tag libs and I have a question about > > attributes. > > > > I read "The attribute value is sup

Re: taglib attribute question

2000-09-29 Thread Hans Bergsten
t; [mailto:[EMAIL PROTECTED]]On Behalf Of Hans Bergsten > > Sent: Tuesday, September 26, 2000 8:24 PM > > To: [EMAIL PROTECTED] > > Subject: Re: taglib attribute question > > > > > > Jill Foley wrote: > > > > > > I'm reading about tag libs

taglib on various servers

2000-10-25 Thread Michał Trojanowski
Hi. I use Inprise Application Server and I have just discovered from on-line documentation that IAS 4.0 does not support taglib. In fact I use IAS in version 4.1 but it returns a message: com.sun.server.http.pagecompile.jsp.JspE xception: Directive: Invalid attribute, prefix so it seems that it

Re: Finding Taglib Documentation

2000-11-16 Thread Anthony Mak
Phil, I thought taglib is to create custom tag. Is it possible to use JSP + Taglib to seperate presentation and business logic? Is this case, I don't need to use Servlet or Bean? Anthony - Original Message - From: "Philip Weaver" <[EMAIL PROTECTED]> To: <

taglib for parse tag

2000-12-20 Thread Adinolfi Giovanni
hi every one know where i find the taglib with parse tag?? tanx Giovanni === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "s

Re: help on taglib

2000-12-23 Thread Hans Bergsten
Anurag Gupta wrote: > > Hi All, > > Does anybody have experience with the JSP taglib? I am trying to use > taglib, but running into the problems. I am getting the following error > message: > > Could not locate TLD META-INF/taglib.tld > > BTW, I am using T

Re: help on taglib

2000-12-25 Thread Tripat Singh
Try the link below for info. Hope this helps http://www.javaworld.com/javaworld/jw-08-2000/jw-0811-jsptags.html Njoy Tripat - Original Message - From: "Hans Bergsten" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, December 24, 2000 12:14 AM Subje

Runnung JRun Taglib Examples

2001-04-04 Thread Ganesh MohanRao
Hi All, Has any one tried to run the Taglib samples in Jrun? When I tried to run the Taglib which converts Query to XML(Query2Xml), it gives the following error. Please help me whats the problem. 500 Internal Server Error /demo/taglib/query2xml.jsp: javax.servlet.ServletException: Exception

jakarta jdbc taglib problem....

2001-04-05 Thread Padmakar Neelapareddy
Hi dudes, I am new to usage of taglibs in jsp pages.As of my first attempt I tried to use jakarta jdbc taglib to retrieve values from a table. At the begening of the page I wrote like this <%@ taglib uri="http://jakarta.apache.org/taglibs/jdbc" prefix="sql" %> bu

Re: RES: Taglib question

2001-04-06 Thread Atilio Ranzuglia
be evalutated. > > []'s, > > Rodrigo. > > > -Mensagem original- > > De: Atilio Ranzuglia [mailto:[EMAIL PROTECTED]] > > Enviada em: Sexta-feira, 6 de Abril de 2001 09:15 > > Para: [EMAIL PROTECTED] > > Assunto: Taglib question > > >

Re: jdbc taglib question ?????

2001-04-17 Thread Rob L'Estrange
would have to be escaped or the sql query will break. Rob - Original Message - From: "sufi malak" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 17, 2001 1:16 PM Subject: jdbc taglib question ? > could you please tell me what'

Re: jdbc taglib question ?????

2001-04-17 Thread Karau, Joe
well. (index won't be used though) Joseph Karau Kingland Systems [EMAIL PROTECTED] 507-536-3629 AIM: jkara3629 -Original Message- From: sufi malak [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 17, 2001 3:16 PM To: [EMAIL PROTECTED] Subject: jdbc taglib question ? could yo

Re: jdbc taglib question ?????

2001-04-17 Thread Richard Yee
request.getParameter("name") + "'" %> -Richard -Original Message- From: sufi malak [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 17, 2001 1:16 PM To: [EMAIL PROTECTED] Subject: jdbc taglib question ? could you please tell me what's wrong in this line: s

Re: jdbc taglib question ?????

2001-04-17 Thread Nishit Trivedi
day, April 17, 2001 4:27 PM To: [EMAIL PROTECTED] Subject: Re: jdbc taglib question ? Sufi, You need single quotes around the string in your like clause. select * from description where name like '<%= request.getParameter("name") %>' If that doesn't work y

Re: jdbc taglib question ???

2001-04-18 Thread sufi malak
ork. >From: Richard Yee <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and > reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: jdbc taglib question ? >Date: Tue, 17 Apr 2001 13:26:57 -0700 > &g

Re: jdbc taglib solved

2001-04-19 Thread Jann VanOver
That's not at all crazy! you are building a URL and a space is not a valid URL character! Makes perfect sense to me. -Original Message- From: sufi malak [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 19, 2001 8:21 AM To: [EMAIL PROTECTED] Subject: jdbc taglib solved Hi, tha

Retrieving DB with taglib

2000-04-10 Thread LynchWu
Hi all Is it possible to retrive rows of data with one tag, and then show each column with different tags, within one single jsp page? If yes, how to pass the connection information and result set from tag to tag, without using any jsp page-wide variables? == Lynch Wu Web

Summary of TAGLIB availability?

2000-05-09 Thread Martin Smith
uming this is too new for there to be product available, does anyone have an idea what the work-in-progress looks like? That is, is someone doing a JNDI (directory-access) TAGLIB? A report-writing TAGLIB? A JDBC TAGLIB? A charting TAGLIB? Authentication? etc. TIA M

Re: Sessions in taglib?

2000-05-21 Thread Robert Nicholson
TagSupport gives you access to the pageContext right so what's the problem? pageContext.getSession(); - Original Message - From: "LynchWu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, May 21, 2000 7:19 PM Subject: Sessions in taglib? > Hi A

Re: Sessions in taglib?

2000-05-21 Thread Hans Bergsten
LynchWu wrote: > > Hi All > > Does anyone know how to deal session > variables by pure taglib? I know it's possible to > deal with them in Model 1, but we want a pure > taglib programming environment. Could we simply > import javax.servelet.http to do that? I'

Re: Form/Input taglib

2002-01-28 Thread Richard Yee
Ethan, I don't think you will find all that you are looking for in a taglib since they are server side components. You should look at the jakarta struts framework that provides for user written methods to do the form validation. You can also look at the Jakarta regexp package and use it

Re: Form/Input taglib

2002-01-28 Thread Borislav Iordanov
t; wrote: > Hi, I was just wondering if anyone could point me at > a robust form/input taglib which includes built-in > validation, such as required fields, regex pattern > matching, etc. I have done a lot of searching, but > I haven't really found anything remotely close to >

Re: Form/Input taglib

2002-01-28 Thread Ethan Schroeder
I have looked at Struts, and I have found it to be way overkill for 90% of the applications we write, though I will mostly likely use it on the next appropriate project. What I'm most interested in is a supporting form/input taglib, which will enable me to deploy rapidly developed applica

Re: Form/Input taglib

2002-01-28 Thread Haseltine, Celeste
their tag library as a "example" or "template" to follow. Celeste -Original Message- From: Ethan Schroeder [mailto:[EMAIL PROTECTED]] Sent: Monday, January 28, 2002 3:55 PM To: [EMAIL PROTECTED] Subject: Re: Form/Input taglib I have looked at Struts, and I have found

Re: Form/Input taglib

2002-01-29 Thread Dmitry Namiot
Check out Validation taglib fom Coldtags suite: http://www.servletsuite.com/jsp.htm http://www.servletsuite.com/servlets/validtag.htm -- Coldbeans Software - server-side Java (tm) components http://www.servletsuite.com __ Your

Re: Taglib in Tomacat.

2002-02-24 Thread Vikramjit Singh
put the .jar file in the bin folder of tomcat and the .tld file in web-inf folder. in the web.xml file u have to specify what u want the uri to be like this request /WEB-INF/request.tld and then u use that tag <@ taglib uri=/WEB-INF/mytaglib.tld prefix=\"test\"

Re: Taglib in Tomacat.

2002-02-24 Thread Hans Bergsten
Smita Kotnis wrote: > Hi All, > I need to use a taglib developed by third party in my JSPs. > I have one .jar and a .tld file with me. Where to put these files so > that my tomcat 3.2 understands it? I tried following options, > 1. Made a directory as tld under WEB-I

  1   2   3   >