package declaration / import - new improved!

2002-11-28 Thread Paul_Wallace
Hi, Similar to a recent posting, after some research into the subject, regarding importing a package into my JSP, I understand thus: If I have Abean.java and of course Abean.class belonging to package mybean (source below), in webapps/mydir/WEB-INF/mybean/mybean.class, and my JSP in

Re: package declaration / import - new improved!

2002-11-28 Thread Ron Smits
Your bean needs a constructor without arguments like: public class Abean { public Abean () { // does nothing } } this way the bean can be instanciated. Ron On Thu, 2002-11-28 at 10:37, [EMAIL PROTECTED] wrote: Hi, Similar to a recent posting, after some research into the

Re: package declaration / import - new improved!

2002-11-28 Thread Mehdi . Nejad
: Subject: Re: package declaration / import - new improved! 28/11/2002 09:50 Please respond