Well its not a bug because VariableInfo takes a class name as a parameter
and java.lang.String[] is not a class name.

Dave Smith
Senior Team Leader
Aristocrat Technologies Australia Pty Ltd

mailto:[EMAIL PROTECTED]


-----Original Message-----
From: Jen Hsien Huang [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 20 July 2000 8:32
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