> Thx for your responce. But does it alway put localhost in the base tag even > if the app is deploy on a remove server?
Actually the problem might be in the configuration of your application server. For example, we're running Tomcat behind a proxy server and we have to configure the Tomcat connector with a "proxyName" and "proxtPort" parameter so that Tomcat knows where the pages *appear* to come from. I believe these values will end up in your base tag. Hope that points you in the right direction... Paul ------------------ Paul Field Global Markets Research IT Deutsche Bank > > Because this is the first time (using tapestry a while) I had to add > renderBaseTag="false" to the Shell component. If i don't do this the form > posts ect on the webpages served from a remote server are send to the client > machine.... > > > On 7/5/06, James Carman <[EMAIL PROTECTED]> wrote: > > > > The @Shell component will automatically add a base tag to your HTML > > output. > > In order to keep it from doing it, you have two choices: > > > > 1. Don't use a @Shell component. > > 2. Tell it not to by using the renderBaseTag="ognl:false" directive as > > you > > stated. > > > > > > > > -----Original Message----- > > From: Diego [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, July 05, 2006 9:17 AM > > To: users@tapestry.apache.org > > Subject: <base href="http://localhost:8080/rms/"/> > > > > Hello, > > > > Does anybody know why in my application in the html the following tag > > appears: > > > > <base href="http://localhost:8080/myapp/"/> > > > > I can remove it by adding the renderBaseTag="false" to the shell > > component, but that is not how it should be. > > > > > > > > > > Regards > > Diego > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]