http://en.wikipedia.org/wiki/Query_string

Jacques

Pierre Smits wrote:
In a url I pass following parameters:

?profile=10000&experience=10000,100010

In a groovy file I get the parameters....
parameter.profile
parameter.experience

My question is: how do I get the delegator to find entities in the database
based on both parameter.profile and parameter.experience?

In all the other codes in groovy files that I see it seems that parameters
have only 1 value... Or I might be overlooking one...

Regards,,

Pierre

Reply via email to