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.
Mozilla 1.5a shows the attachment withot any problems. Here it goes: Subject: 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]
