Skip to Content.
Sympa Menu

grouper-users - Re: [grouper-users] Re: JEXL With Conditionals in media.properties

Subject: Grouper Users - Open Discussion List

List archive

Re: [grouper-users] Re: JEXL With Conditionals in media.properties


Chronological Thread 
  • From: Colin Hudler <>
  • To: "" <>
  • Subject: Re: [grouper-users] Re: JEXL With Conditionals in media.properties
  • Date: Fri, 11 Jun 2010 12:35:16 -0500

On 06/11/2010 12:16 PM, Chris Hyzer wrote:
<snip>
I didn't really expect complex scripts with curlies... whoops. Btw, Grouper
1.6 has jexl2...
<snip>

Okay, for my simple needs in this case, jexl2 will work, since I can write

${empty subject.attr ? 'has it' : 'does not have it' }

instead of if () [else] with the curlies.

Also, thanks for the suggestions. I think I might just try a custom method, or somehow make the need for it disappear.



Archive powered by MHonArc 2.6.16.

Top of Page