• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Tile's Help Needed

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I am using Tiles framework.
I want to give Absolute URL to tile defination.
But it is alwayes taking relatiove path to the cuurent project even thought i have specified the absolute path.
Can you please help me ? its urgent....

i use the following statment.....

<definition name="sitestruts.index.page" extends="main.layout" >
<put name="title" value="Struts" />
<put name="body" type="page" value="..//10.76.177.67:17199/classic_layout/" type="page"/>
</definition>
 
reply
    Bookmark Topic Watch Topic
  • New Topic