hv  <at>  Fashion Content <info <at> fashioncontent.com> writes:

> <contribution configuration-id="tapestry.InfrastructureOverrides">
>   <property name="contextPath" value=""/>
> </contribution>
> 
> Doesn't seem to have any effect though. Links still include the context 
> path.
> 
> I wonder why???

It won't work because the Infrastructure class has a getContextPath()
method. The properties added this way are consulted only when it
doesn't have a real Java property of the same name.

However, why would you like to set the context path to empty? This
will break lots of stuff. Why not just deploy your app as ROOT?

--
Author of a book for learning Tapestry (http://www.agileskills2.org/EWDT)


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to