Re: Named parameters in DirectLink

2006-05-12 Thread Paul Field
According to the documenation, Ognl allows you to create maps. The syntax is: #{ "foo" : "foo value", "bar" : "bar value" } So you could construct a Map for the direct link parameter. Then you could write a SqueezeAdaptor for Maps. It could use the DataSqueezer to squeeze the values (and keys?

Named parameters in DirectLink

2006-05-12 Thread Oscar Picasso
Hi, Is there a way to dynamically use named parameters in a Direct Link? Let's say that sometimes I can have the parameters name=..., age=... other times name=..., city=..., country=... or even state=..., gender=... and so on. We can have many combinaisons like the above so I cannot simply rel