On Monday 25 August 2003 23:56, Alwyn Schoeman wrote: > Hi, > > Could you please paste his message into a new mail. > > People who do not use outlook cannot read outlook attached messages.
I do not use Outlook, my configuration is Suse Linux 8.2 using KMail 1.5.3 on KDE 3.1.3. In the future i will forward or reply in line instead of attachment. The email already was posted by Rafal, but anyway here it goes: ubject: Re: Jelly if problem From: Evan Koffler <[EMAIL PROTECTED]> Date: Mon, 25 Aug 2003 12:22:18 -0500 To: [EMAIL PROTECTED] I'm not much of an expert so I expect someone else more knowledgable to respond (which is why this is going directly to you). Short answer: use _ instead of . in your variable names. Jelly is interpreting the j:if and looking for object idl, to have property already which has property generated. Or equivalent to: idl.getAlready().getGenerated(). Changing the . to _ will make it more like a Java variable idl_already_generated. Evan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
