Hi, you've reached the website of Mark Menard, Freemason, developer, businessman, photographer, motorcyclist and all around nice guy.
The main joy in my life is Sylva, my loving partner and friend. (You will see plenty of pictures of her. Also check out our site.) My professonal career is running a consulting firm concentrating on business automation and custom software. I enjoy software development, motorcycles, photography, dancing, freemasonry and travel.
Here you will find galleries of my latest photos, thoughts on software development, freemasonry, the occassional politics, and other things. Enjoy your time here.
Mark
An ongoing photographic study of Freemasonry.
To contact Mark send an email to mark@mjm.net. You will receive an auto response from my mail server to verify you're not a spammer.
© Mark Menard 2002-2007
Dynamically loaded action
Hello I tried to create dynamically loaded Action writen in Groovy.
I created simple Groovy Action.
class SimpleGroovyAction extends ActionSupport{ TestInterface groovyTest; public String getMessage(){ return "I am the Actionnnnnnnnnnn"; } }I can load it dynamically into Spring Context
< lang:groovy id="groovyTest" scope="prototype" script-source="classpath:edu/pw/imio/groovy/SimpleGroovyAction.groovy" refresh-check-delay="1000"> < /lang:groovy >Then Struts can load it by id
And it all works
But I can't access getMessage via ONGL. Do enybody know what is the problem
Sorry for < >
Finally I used Groovy Works But this plugin offers different aproach