inline > -----Original Message----- > From: Beer, Christian [mailto:[EMAIL PROTECTED] > Sent: 27 August 2003 07:14 > To: [EMAIL PROTECTED] > Subject: RE: while constructs > > > <j:while test="${iterations} > 0"> > > this should be <j:while test="${iterations > 0}"> because the whole > test-expression must be included in {} and > is an xml-keyword.
but > is allowed within an attribute in plain old xml... is this an additional requirement of jelly? Matt ************************************************************************** The information transmitted herewith is sensitive information intended only for use by the individual or entity to which it is addressed. If the reader of this message is not the intended recipient, you are hereby notified that any review, retransmission, dissemination, distribution, copying or other use of, or taking of any action in reliance upon this information is strictly prohibited. If you have received this communication in error, please contact the sender and delete the material from your computer. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
