Your idea should works as long as the URL generated still has the commas.
> -----Original Message----- > From: Panu H�llfors [mailto:[EMAIL PROTECTED]] > Sent: Saturday, January 04, 2003 3:27 AM > To: Turbine Users List; [EMAIL PROTECTED] > Subject: Re: Comma in the URL in the Template path > > > On Mon, Dec 16, 2002 at 11:05:14PM +0000, Henning P. > Schmiedehausen wrote: > > >I suppose that I should have mentioned that you can change > the $link > > >pull tool to use > > >org.apache.turbine.util.template.TemplateLinkWithSlash > > > > This was a kludge which should never have been put into > Turbine in the > > first place. It was put in because "hacking some code" seemed to be > > easier that to write clear docs. > > Is there a reason to use a comma as the separator? > We've made a hack called TemplateLinkWithDot to make the > syntax of referring to actions and pages (well, screens) look > the same. After all, you don't include the file extension > (.vm) in setPage() so there's no chance of confusion. > Supposing the syntax of TemplateLink won't change the hack > should work in future releases, too. > > This makes much more sense for our developers than > remembering to add strange commas around... > > Panu > > -- > Panu H�llfors, [EMAIL PROTECTED]|CS Student, Helsinki > University of Technology > http://panu.hallfors.com | Chief Software > Architect, Viloke Oy > > -- > To unsubscribe, e-mail: > <mailto:turbine-user-> [EMAIL PROTECTED]> > For > additional commands, > e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
