hello,
in a B4Xpages, I have this little code:
'list' is declared and initialized in starter module.
But when it's running, an error comes with this line:
But, I code only in B4Xpages. Why this error ?
With Activity, I initialize, but here, what can I do ?
Something escapes from my reason !!!
in a B4Xpages, I have this little code:
listing items of a list:
Log("starter.list-----------")
For u=0 To Starter.list.Size-1'Starter.list.Size-1
Log("starter.list.get(" & u & ") = " & Starter.list.Get(u))
Next
'list' is declared and initialized in starter module.
But when it's running, an error comes with this line:
java.lang.RuntimeException: Object should first be initialized (List).
But, I code only in B4Xpages. Why this error ?
With Activity, I initialize, but here, what can I do ?
Something escapes from my reason !!!