Dónal
Dónal

Reputation: 187529

Grails create link to webflow

Is it possible to use the Grails tag createLink to create a link to (the first state of) a Grails webflow?

Update

I'm asking how to create a link to the first state of a flow from outside the flow, i.e. the page on which the link appears is not part of the flow.

Upvotes: 0

Views: 751

Answers (1)

chrislatimer
chrislatimer

Reputation: 3560

<a href="${createLink(controller:'controllerName', action:'flowNameActionMinusFlow')}">Start Flow</a>

Upvotes: 1

Related Questions