Re: [Resin-interest] Serious jsp:useBean bug?

2008-06-17 Thread Hacking Bear
n Tue, Jun 17, 2008 at 1:29 PM, Scott Ferguson <[EMAIL PROTECTED]> wrote: > > On Jun 17, 2008, at 12:42 PM, Hacking Bear wrote: > > See in the discussion link > > > You need to address the section I quoted from the spec. It is extremely > clear: > > > 5. If th

Re: [Resin-interest] Serious jsp:useBean bug?

2008-06-17 Thread Hacking Bear
ses are "bean-like" and not strict JavaBean and it is also harder to tell if it is an valid bean or an "empty" bean. On Tue, Jun 17, 2008 at 12:09 PM, Scott Ferguson <[EMAIL PROTECTED]> wrote: > > On Jun 17, 2008, at 11:51 AM, Hacking Bear wrote: > > Hi, >

[Resin-interest] Serious jsp:useBean bug?

2008-06-17 Thread Hacking Bear
Hi, As we are discussing some other issues, we found a potential serious problem with jsp:useBean. Basically, if useBean only has the type parameter but not the class/bean parameters, the resin server will fail because it does not know what to instantiate, contrary to the spec. For the full di