I need to be able to modify the action URL that a Form component generates.
We are developing an application for a telco and they control the public
URL, which inturn calls our app server.
Example

        http://pub.telco.com/check/public-app   ->
http://myserver.xxx.com/myapp/app

        The <form jwcid="@Form"> .... Generates the following HTML

        <form method="post" action="/myapp/app"> ....

        I need it to generate 
        
        <form method="post" action="/check/public-app/app"> so that any form
submits will be routed through the telco's application gateway.

        I am using tapestry 4. Any help would be greatly appreciated.

Thanks in Advance.
        



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

Reply via email to