Re: Trouble calling action methods from FreeMarker

2009-11-10 Thread Christopher Maloof
Oh, that's much nicer! Yes, using the "action" built-in variable works perfectly. Thank you very much - Chris On 11/10/2009 12:53 PM, Musachy Barroso wrote: can you try "${action.someMethod()} ? I think that should work musachy On Tue, Nov 10, 2009 at 9:46 AM, Christopher Maloof wrote:

Re: Trouble calling action methods from FreeMarker

2009-11-10 Thread Musachy Barroso
can you try "${action.someMethod()} ? I think that should work musachy On Tue, Nov 10, 2009 at 9:46 AM, Christopher Maloof wrote: > Thanks!  I don't know what that's really doing, but it does work.  Adding > parameters to the methods is a bit wonky; it's very difficult to get the > syntax right

Re: Trouble calling action methods from FreeMarker

2009-11-10 Thread Christopher Maloof
Thanks! I don't know what that's really doing, but it does work. Adding parameters to the methods is a bit wonky; it's very difficult to get the syntax right for ${stack.findValue("getScore('${st.name()}')")} as opposed to the expected ${getScore(st.name())} but it's something. Maybe t

Re: Trouble calling action methods from FreeMarker

2009-11-10 Thread Haroon Rafique
Hi Chris, See reply embedded below... On Today at 10:32am, CM=>Christopher Maloof wrote: CM> I guess no one recognizes the problem. Next question: Has anyone CM> gotten this (calling action methods from FreeMarker tags) to work CM> successfully? Just trying to figure out whether the correct

Re: Trouble calling action methods from FreeMarker

2009-11-10 Thread Christopher Maloof
I guess no one recognizes the problem. Next question: Has anyone gotten this (calling action methods from FreeMarker tags) to work successfully? Just trying to figure out whether the correct approach is to hammer on my configuration somehow, or to file a bug. Thanks, Chris On 11/9/2009 10:1