Re: T5 Where to store CSS/JS files and images

2007-06-09 Thread Erik Vullings
Hi Marcus, It's just a JavaBean, representing a building or room, and some getters and setters. Cheers Erik On 6/9/07, Marcus <[EMAIL PROTECTED]> wrote: Hi Erik, what about (nl.tno.secureit2.data.PhysicalObject)? Thanks Marcus

Re: T5 Where to store CSS/JS files and images

2007-06-08 Thread Marcus
Hi Erik, what about (nl.tno.secureit2.data.PhysicalObject)? Thanks Marcus

Re: T5 Where to store CSS/JS files and images

2007-06-08 Thread Daniel Jue
Thanks Erik, Although things like this are buried either in Javadocs, Source code, T4 Intuition and the mailing list, I think it's good to have extra guide posts where ever we can. I hope more of us can contribute little snippets of code that show how something is done in T5. The PDF writer exa

Re: T5 Where to store CSS/JS files and images

2007-06-08 Thread Erik Vullings
Hii Daniel, Thanks for your reply - I still have to study where to store the required css/js and image files, but you got me looking in the right spot (see also my recent entry in the Wiki, ( http://wiki.apache.org/tapestry/Tapestry5HowToCreateYourOwnComponents). Also the exact location of the sc

Re: T5 Where to store CSS/JS files and images

2007-06-07 Thread Daniel Jue
You may want to look into the way the T5 Grid or Palette component is constructed, since they have their own js, css and images. I am assuming you are tryign to store the assets along with the page you are creating. Otherwise, the a good place to put them is: src/main/webapp/css src/main/webapp

T5 Where to store CSS/JS files and images

2007-06-07 Thread Erik Vullings
Hi All, Could somebody tell me what's the best place in T5.0.5 to store general (i.e., they are not needed by Tapestry, but only to by the page) css files, js files and images, and where to store CSS/JS etc files specifically needed for building components? Thanks Erik