I believe the error is telling you that 'java.lang.String[]' is not a valid java class 
name

Conad

-----Original Message-----
From: Jen Hsien Huang [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 19, 2000 3:32 PM
To: Orion-Interest
Subject: Declare variable using Taglib TEI

While I am tring to declare variable in TEI
I return the VariableInfo array in TEI class like this
======================
return new VariableInfo[]
{
  new VariableInfo[]{
   data.getAttributeString("errorId"), 
   , "java.lang.String[]"
   , true
   , VariableInfo.AT_END

 }
{

====================
Orion just told me that

No such bean type "java.lang.String[]"

It's terrible that I can't delcare array type. Now I use Collection instead, but this 
is not a good way.
Is this a bug?


Regards.,
Jen Hsien Huang

Reply via email to