Hi all,

It seems that ${fv:...} from OpenWFE (Java) has not made it to  
OpenWFEru, right?

(looking at 
http://github.com/jmettraux/ruote/tree/master/lib/openwfe/util/dollar.rb 
  seems to only take the first character before the colon into account)

Arjan.


http://www.openwfe.org/manual/ch06s10.html

combining fields and variables in the dollar notation

A value can be fetched from a field and then from the variable of the  
same name if it's not available as a field.

     <sequence>

         <set variable="c1" value="${fv:customer}" />
         <set variable="c2" value="${vf:customer}" />

     </sequence>

The variable 'c1' will receive the same value as the field 'customer'.  
If this field is not set, 'c1' will receive the value of the variable  
'customer'. The second 'set' is equivalent, but it looks first in the  
variable 'customer', and then in the field 'customer'. 

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"OpenWFEru users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/openwferu-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to