Hello Patrick,
>
> "AddProducerToFacilityButtonClicked" is this a service ?
>
if yes, so define out parameters inside the service definition
through which you will get facilityId and partyId out from this service.
On Wed, May 19, 2010 at 5:10 AM, Patrick <
[hidden email]>wrote:
> I have an ofbizUrl in an FTL file
>
> <@ofbizUrl>AddProducerToFacilityButtonClicked?facilityId=${facility.facilityId}&partyId=${partyId}"
>
> the controller calls a service.
>
> how do I get facilityId, and partyId from the service? I looked in
> context, but it wasn't there.
>