You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cayenne.apache.org by Dan Morgan <dm...@ihomefinder.com> on 2008/05/09 23:39:48 UTC

chaining and chunking

I know that you can chunk as follows:

#chunk($somevalue) A = $somevalue #end

but can you chunk like:

#chunk($somevalue > 10) A > $somevalue #end

Thanks,

Daniel L. Morgan
EMail      : <dm...@ihomefinder.com>>




Re: chaining and chunking

Posted by Andrus Adamchik <an...@objectstyle.org>.
No you can't. #chunk doesn't work as a full #if condition.

Andrus

On May 9, 2008, at 5:39 PM, Dan Morgan wrote:

> I know that you can chunk as follows:
>
> #chunk($somevalue) A = $somevalue #end
>
> but can you chunk like:
>
> #chunk($somevalue > 10) A > $somevalue #end
>
> Thanks,
>
> Daniel L. Morgan
> EMail      : <dm...@ihomefinder.com>>
>
>
>