Solution was to replace url.case.folding=lower with url.case.folding=none in tr.props. lower was set by default.
Marc > -----Ursprungliche Nachricht----- > Von: Marc Lustig [mailto:[EMAIL PROTECTED]] > Gesendet: Montag, 13. Januar 2003 22:43 > An: Turbine Users List; [EMAIL PROTECTED] > Betreff: AW: how to specify action-method in href-link > > > > Wei He wrote: > > > The syntax in path info to mimic a submit is eventSubmit_doSomething, so > > the line should read, > > > > <a > > href="$link.setPage("test.vm").setAction("SomeAction").addPathInfo > > ("eventSubmit_doSomethingonanobject","bla").addPathInfo("SomeData" > > ,"123")">test</a> > > > > It worked for me. You can add more addPathInfo() clause after setPage() > > as well. But make sure that addPathInfo("eventSubmit_doSomething","") > > immediately follows the setAction("") clause. > > I tried that, but what happens is that addPathInfo translates all to > lower-case: > for example addPathInfo("eventSubmit_doProjekt_anlegen","bla") > translates to > eventsubmit_doprojekt_anlegen/bla/ > > As a result the action-method cannot be found. > Any suggestion? > > Marc > > > -- > To unsubscribe, e-mail: > <mailto:[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]>
