|
In my configuration, I try the next comand (BD mysql):
SELECT user, name, lastname FROM Cordloc
where user=<sql:param type="xs:string" select="/form/section-1/usuario"/>
This database service is conect to drowpdown, but when I incluye the sentence `"where user=<sql:param type="xs:string" select="/form/section-1/usuario"/>"`,
this it's not working.
I try the show en drowdown name user, but filter with user login orbeon (in the table is same value "orbeon").
Please, can your help me with that.
Many thanks.
|