atom feed14 messages in org.apache.velocity.userRe: Disappearance of LinkTool.setRela...
FromSent OnAttachments
Christopher SchultzJul 19, 2011 2:14 pm 
Christopher SchultzJul 19, 2011 2:39 pm 
Christopher SchultzJul 19, 2011 2:44 pm 
Christopher SchultzJul 19, 2011 3:06 pm 
Nathan BubnaJul 19, 2011 4:55 pm 
Nathan BubnaJul 19, 2011 5:03 pm 
Nathan BubnaJul 19, 2011 5:11 pm 
Christopher SchultzJul 20, 2011 8:23 am 
Christopher SchultzJul 20, 2011 8:26 am 
Nathan BubnaJul 20, 2011 8:28 am 
Christopher SchultzJul 20, 2011 8:32 am 
Nathan BubnaJul 20, 2011 8:45 am 
Christopher SchultzJul 20, 2011 8:50 am 
Claude BrissonJul 20, 2011 9:44 am 
Subject:Re: Disappearance of LinkTool.setRelative
From:Christopher Schultz (chr@christopherschultz.net)
Date:Jul 20, 2011 8:32:57 am
List:org.apache.velocity.user

Nathan,

On 7/20/2011 11:28 AM, Nathan Bubna wrote:

Ah, yeah, i see the problem now. StrutsLinkTool probably should have extended the old LinkTool. If you want to add the deprecated methods back into StrutsLinkTool or change its parent class, i won't object. I don't use the Struts support anymore anyway.

I'm happy to do either -- let me know which you'd prefer. I suspect you'd rather re-add those methods instead of changing the inheritance chain (again).

Quick question: which file(s) should I be editing?

$ find -name StrutsLinkTool.java ./src/main/java/org/apache/velocity/tools/struts/StrutsLinkTool.java ./velocity-tools-struts/src/main/java/org/apache/velocity/tools/struts/StrutsLinkTool.java

-chris