Hmm. What version of Velocity are you using? And what does the implementing class look like?
On Wed, Dec 3, 2008 at 1:25 AM, kLy <[EMAIL PROTECTED]> wrote: > > Yeah it should be :( I can call it fine from my methods. It's part of an > interface, defined here: > > http://docs.atlassian.com/software/jira/docs/api/3.13/com/atlassian/jira/issue/fields/CustomField.html#getValue(com.atlassian.jira.issue.Issue) > > > > Nathan Bubna wrote: >> >> No, it just does $customfield.getValue($issue). toString() is only >> called on the values being rendered. $issue is not being rendered >> here, it's just being passed to getValue(). >> >> Are you sure getValue is a public method in a public class? >> >> >> > > -- > View this message in context: > http://www.nabble.com/How-to-call-a-Java-method-with-params-from-velocity--tp20789552p20809464.html > Sent from the Velocity - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
