Dear Tapestry users,
I am trying to use Tapestry 5.2 to create a simple project.
My question is how do I achieve the URL mapping(customize URL) same as
Spring MVG like

 <bean id="handlerMapping"
class="org.springframework.web.servlet.handler.SimpleUrlHandlerMapping">

        <property name="alwaysUseFullPath" value="true"/>
        <property name="mappings">
            <props>
                <prop key="/mypage.json">myPageController</prop>



Thanks
David

Reply via email to