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