RE: Most useful Tag library Poll

2001-07-05 Thread Howie
On Thu, 5 Jul 2001, mihai manuta wrote: > Maybe the DBtaglib is the most used library. I mean... I cannot think of a > Web application without DB access. just because a web app talks to a DB doesnt necessarily mean it has to use DBTags :) none of the applications ive seen ( or helped out on ) h

RE: Most useful Tag library Poll

2001-07-05 Thread Lee Ball
Hi While that I would agree that most web apps use a DB I'm not sure that the DB tags are that useful for an enterprise application as the DB access should be done through Data Access Objects or Entity Beans?? I have found the jakarta input tags very useful as well as the loop tags which are sup

RE: Most useful Tag library Poll

2001-07-05 Thread mihai manuta
Maybe the DBtaglib is the most used library. I mean... I cannot think of a Web application without DB access. Sincerely, Mihai Manuta [EMAIL PROTECTED] tel: +336.73.56.57.92

RE: Most useful Tag library Poll

2001-07-05 Thread Davidson, John
Hi Shelly - just starting out, but it would be fascinating to hear about the responses you've had. John -Original Message- From: Shelly Mujtaba [mailto:[EMAIL PROTECTED]] Sent: 05 July 2001 15:35 To: [EMAIL PROTECTED] Subject: Most useful Tag library Poll Hi, I am preparing a pres

Most useful Tag library Poll

2001-07-05 Thread Shelly Mujtaba
Hi, I am preparing a presentation on Jakarta taglibs for my team. I wanted to get some opinions from experts on this board. Basically I am looking for a tag library which you find most useful in your development work, a brief description of why?, would be useful also. I hope to use this taglib fo

Re: use JSP Tags and jsp variable

2001-07-05 Thread James Strachan
Hi Andrea From: "Andrea Gianni" <[EMAIL PROTECTED]> > I tryed this > > > > > > The tagLib write on the page "The content of tag is [body content]" so I > had expected > > "The content of the body is This is the pp page" > > But I obtain > > "This is the pp page the content of the body

RE: use JSP Tags and jsp variable

2001-07-05 Thread Stefan HÃ¥kans
Since you are fetching the String by using pageContext.getAttribute, you must have set it on the jsp-page with pageContext.setAttribute. Note that if no scope is specified it implies page scope. /Steff -Original Message- From: Andrea Gianni [mailto:[EMAIL PROTECTED]] Sent: den 5 juli 20

Re: use JSP Tags and jsp variable

2001-07-05 Thread Andrea Gianni
At 10.37 04/07/01 -0400, you wrote: >Andrea Gianni wrote: > >>Hi >>1^ Problem : >>I tryed this >> >> >> > >can i see your code in MiaTagLibrary Here the code, what I don't understand is that If I put iside my tag a static String al works public class MiaTagLibrary extends BodyTagSupport