Hi Orion Team,

This problem is fixed in 1.0 Internal build 3
<jsp:useBean id="product" type="com.telesoft.common.Pet" scope="page" />

interface Product {}
interface Pet extends Product {}

class PetImpl implements Pet {
...
}

The use bean gets the product which is a PetImpl and properly deals with it!!!

Thanks,
Eric :-)
 

-------- Original Message --------

Subject:  JSP Parsing Bug
Date:  Wed, 24 May 2000 08:51:59 -0700
From:  Eric Richardson <[EMAIL PROTECTED]>
To:  Orion-Interest <[EMAIL PROTECTED]>

Hi,
Has anyone else had this problem?

500 Internal Server Error

Error parsing JSP page /pet_db.jsp line 85

Property 'id' in the 'com.ratex.common.Pet' type bean not found

interface Pet extends Product

and product has id property.

Magnus or Karl, any comment?

Eric :-)
p.s.  10rc1 on linux jdk 1.2.2

Reply via email to