Beans vs. Taglibs

2001-04-01 Thread kuttappan
Hello all, I'm new to JSP and would like to know what is the difference between JavaBeans and custom actions [Taglibs]. Where is it most appropriate to use beans and where to use tablibs. In "Java Server Pages" [O'Reilly] Hans Bergsten has written "A custom action - actually a tag handler class

Re: Beans vs. Taglibs

2001-04-01 Thread Fei Li
Think it in this way. When you write code you find a lot of repeating part then you take them all off and make a method for it. The same thing for taglib. When you write JSP you find a lot of that then you can take them off and put a custom tag there. At least this is one practical reason to

Re: Tomcat + JavaMail

2001-04-01 Thread Sharon Rose
yes you should have an SMTP for sending your emails and POP3 for retrieving. -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Cedric Chin Sent: Wednesday, 28 March 2001 12:43 PM To: [EMAIL PROTECTED]

Re: [OT] UML tools

2001-04-01 Thread Mayuresh Kadu
try argouml ( try search -- i dont have url ) and together from www.togethersoft.com Cheerio Mayuresh - Original Message - From: "Erwin" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, 31 March, 2001 14:35 Subject: [OT] UML tools Hi people, Does anyone know any good UML

Re: Model-View-Controller Architecture implementation in JSP

2001-04-01 Thread Mayuresh Kadu
since the topic has come up .. one of the steps in the Model2 architecture is Servlet controlled bean instantiation. In other words (as to what i understand).. the servlet instantiates the bean and passes the same (i mean reference to the same) to the JSP for use. Could anyone give me an example

pagertaglib (data from database) ????

2001-04-01 Thread sufi malak
Hi, I want to use pager taglib but with data comming from a databse, for example "SELECT * FROM table WHERE CATEGORY = ACategory" , I aske the author of pager taglib and he recommand me the jdbc taglib from jakarta project, but I got stuckek, I don't know how to integrate jdbc taglib into pager

Oracle:jdbc problem

2001-04-01 Thread R.Muthukumar
Hi folks, I am facing a wierd problem and is kinda urgent.. I have my JSP file calling a method on a bean which executes a whole set of queries on the backend..Lets say,my bean does 20 different "select * " all from 20 different tables ..Which means there are 20 different select statements

How to formulate url with anchor parameter

2001-04-01 Thread Kim
i have a very long jsp page with a few anchors. the problem is, this page also receives parameters from the query string. how do i formulate the url to scroll to a certain anchor at the same time pass parameters through the query string? these won't work: