Solved
Forum Discussion
cike
9 years agoChampion
Hi keshavkelkar,
what error is returned by your Freemarker code? The env methods can only be used on specific page types (see Lithium Freemarker Doc).
I'm not seeing any API call to return the same data as the ${env.context.message.id} object.
Kind regards,
Christian
Sign in to react to this post
- keshavkelkar9 years agoAce
cike The problem is solved. I used "page.context.message.id" in place of "env.context.message.id". Thanks for your efforts.
Sign in to react to this post- cike9 years agoChampionGreat news!
Happy coding. :)Sign in to react to this post- keshavkelkar9 years agoAce
Thanks a lot cike
Sign in to react to this post