How comes this doesn't work?:
<xsp:attribute name="error">
<xsp:logic>
if (somVar == null)
errorStatus = false;
else
errorStatus = true;
</xsp:logic>
<xsp:expr>errorStatus</xsp:expr>
</xsp:attribute>What is strange to me that Cocoon doesn't complain in producing the Java code, but that it puts the equivalent Java code for "<xsp:expr>errorStatus</xsp:expr>" *before* the equivalent code fo the <xsp:logic> block. So it then fails to compile, saying that variable errorStatus may not have been initialized.
So why does Cocoon generate the Java code backwards?
Thanks,
Sonny
_________________________________________________________________
Get 10MB of e-mail storage! Sign up for Hotmail Extra Storage. http://join.msn.com/?PAGE=features/es
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
