Hi- I was reading the changlog for velocity-tools-1.1 and it said that: * Refactor StrutsUtils to use Struts 1.1 classes and support modules (maj)
I was wondering if this included a module switch function for linkTool. Right now I'm doing this to switch modules with linkTool: <ahref="$link.setAction("toModule").addQueryData("prefix","/customer").addQueryData("page","/admin/listCustomers.do").addQueryData("id","$user.id").addQueryData("list","true")">customers</a> but it is very messy. : ( Is there a function similar to the Struts link tag available? <html:link module="/moduleB" path="/index.do"/> Cheers, David --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]