[jboss-user] [jBPM] - Re: how to pass parameters to ftl function?

knevik do-not-reply at jboss.com
Mon Jun 11 05:39:28 EDT 2012


knevik [https://community.jboss.org/people/knevik] created the discussion

"Re: how to pass parameters to ftl function?"

To view the discussion, visit: https://community.jboss.org/message/740936#740936

--------------------------------------------------------------
The way to do this is actually to pass the variable directly into the function

To do this the definition of the function needs to be changed to 

function fillList (aips)


and when calling the variable needs to be surrounded by single quote marks (when just adding to the text of the form on ${aipids} is needed and this was where the problem arose)


fillList('$')
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/740936#740936]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120611/f0faab69/attachment.html 


More information about the jboss-user mailing list