Re: What is the difference between Import and useBean

2000-02-02 Thread SoftLiban KEYROUZ Charbel
why or the pros and cons. Thank you, this is one of the best mailing lists. - Original Message - From: Sebastian Hoke To: SoftLiban KEYROUZ Charbel Sent: Tuesday, February 01, 2000 12:13 PM Subject: Re: What is the difference between Import and useBean Hi

Re: What is the difference between Import and useBean

2000-02-02 Thread Craig R. McClanahan
SoftLiban KEYROUZ Charbel wrote: It is not the style that bothers me rather what is really the difference between using import and useBean, for example useBean will instantiate the object, plus you have the ability to give it a scope and we shouldn't forget the get and setProperty.The

What is the difference between Import and useBean

2000-02-01 Thread SoftLiban KEYROUZ Charbel
Title: JSP-INTEREST Digest - 30 Jan 2000 to 31 Jan 2000 (#2000-32) I am a little confused where should I use import and where should I use useBean, example: if I have a class that manipulates a string which method should I choose jsp:useBean id="stringManipulator" scope="session"