Re: affiliate program

2006-05-03 Thread Robin Ericsson
Can't we just get rid of this? On 5/4/06, Apache <[EMAIL PROTECTED]> wrote: affiliate-program (http://affiliate-program-.blogspot.com) m2f Sent from www.TapestryForums.com Read this topic online here: <> http://www.tapestryforums.com/viewtopic.php?p

Re: multiobject form with "missing" objects

2006-04-27 Thread Robin Ericsson
On 4/27/06, Peter Svensson <[EMAIL PROTECTED]> wrote: > Hmm. I'm not sure I follow you here. > Would you like to make a method which reads a Set of pojos from the dao and > then return an array of all days except those in a month, or what? In a "good" month, the database contains all days, but the

multiobject form with "missing" objects

2006-04-27 Thread Robin Ericsson
Hi, I want some input how I should solve this, as I'm pretty new to Java, business layer abstraction and things like that :) What I want from the page side is an array of object consisting of one object for each day in a month. What I have from the dao is a list of pojos where each pojo is repre

Re: page without a .page

2006-04-12 Thread Robin Ericsson
On 4/12/06, Jeff Lubetkin <[EMAIL PROTECTED]> wrote: > Either: > 1) Move Home.html to the context root (up one level, outside of WEB-INF) > 2) Use the information in > http://wiki.apache.org/jakarta-tapestry/SpeclessPagesInWEB-INF to allow > the directory structure you're using. Ahhh. Thank you. W

Re: page without a .page

2006-04-12 Thread Robin Ericsson
On 4/12/06, Adam Zimowski <[EMAIL PROTECTED]> wrote: > What does your directory structure look like? Where is Home.html ? Like this: WEB-INF/ Home.html Tidrapport.application web.xml classes/nu/localhost/tidrapport/tapestry/pages/ Home.class lib/ lots-of-jars.jar regards, Robi

Re: page without a .page

2006-04-12 Thread Robin Ericsson
On 4/12/06, Mark <[EMAIL PROTECTED]> wrote: > Do you have Home.html? And do you have the proper Upper/lower-case spelling? Yes, Home.html exists and case shouldn't be a problem. regards, Robin - To unsubscribe, e-mail: [EMAIL

Re: page without a .page

2006-04-12 Thread Robin Ericsson
On 4/12/06, James Carman <[EMAIL PROTECTED]> wrote: > Sure you can. Most of my pages (in T4) don't have .page files. Tapestry > will search the packages you define in your .application file for your page > classes: > > > value="com.myco.page"/> > value="com.myco.component"/> > > > So,

page without a .page

2006-04-12 Thread Robin Ericsson
Hi, Is it possible to create a page that consists only of a Java-class and a .html file? I'm going to use as much annotations as I can, but as I'm new to Tapestry I'm having a hard time finding information on the website. regards, Robin --