How can I invoke a service directly from a view? I\'m trying with ${my.domain.service.method}, but it complains it can\'t find the property.
${my.domain.service.method}
And no, I
Try this - much helpful
%{--Use BlogService--}% ${title}
Refer this
Also this is not a recommened thing, you can always use taglib