Hi, I'm having problem using action classes and velocity templates. Basically what i want is to be able to have my templates using their own action class. Like this:
template1.vm <=> portlets.TestAction1 template2.vm <=> portlets.TestAction2 template3.vm <=> portlets.TestAction3 ... I could use the setTemplate function in my action class to change the templates being used... but i don't want to have all my action handler in the same class (that would be really ugly). Is there a way to do this? Am i missing something here? Thank you for your help, Louis-Philippe Brochu --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
