Thx for your responce. But does it alway put localhost in the base tag even if the app is deploy on a remove server?
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]